Html Css Color HEX #B670CE Medium Orchid

📋 copy color: '#B670CE'

red 182 ◦ green 112 ◦ blue 206

#B670CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B670CE

Tints of Medium Orchid #B670CE

RGB

 RED value IS 182 (71.48% from 255) = 36.4%

 GREEN value IS 112 (44.14% from 255) = 22.4%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 36.4%
G = 22.4%
B = 41.2%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B670CE (or 0xB670CE) is known color: Medium Orchid. HEX triplet: B6, 70 and CE. RGB value is (182,112,206). Sum of RGB (Red+Green+Blue) = 182+112+206=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B670CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670CE is #498F31. Grayscale: #8F8F8F. Windows color (decimal): -4820786 or 13529270. OLE color: 13529270.

HSL color Cylindrical-coordinate representation of color #B670CE: hue angle of 284.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B670CE is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 112 206 -
CMYK 0.12 0.46 0 0.19
HSL 284.68º 0.49% 0.62% -
HSV(B) 284.68º 0.46% 0.81% -
XYZ 36.23 25.99 61.5 -
YUV 143.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 182 112 206 0.12 0.46 0 0.19 284.68 0.49 0.62
Hex B6 70 CE C 2E 0 13 11D 31 3E
Octal 266 160 316 14 56 0 23 435 61 76
Binary 10110110 1110000 11001110 1100 101110 0 10011 100011101 110001 111110

Color Harmonies of #B670CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670CE

Black with #B670CE

Text Example


Text Example

White with #B670CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670CE; }

 p { color: rgb(182,112,206); }

 H1.HeaderClassName
 {
   color: #B670CE;
 }
 .AnyTagClassName
 {
   color: #B670CE;
 }
</style>

background-color css

<style>
 a { background-color: #B670CE; }

 a { background-color: rgb(182,112,206); }

 div.DivClassName
 {
   background-color: #B670CE;
 }
 .BgClassName
 {
   background-color: #B670CE;
 }
</style>

border-color css

<style>
 span { border-color: #B670CE; }

 span { border-color: rgb(182,112,206); }

 td.TdClassName
 {
   border-color: #B670CE;
 }
 .TagClassName
 {
   border-color: #B670CE;
 }
</style>