Html Css Color HEX #B864C6 Medium Orchid

📋 copy color: '#B864C6'

red 184 ◦ green 100 ◦ blue 198

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

Shades of Medium Orchid #B864C6

Tints of Medium Orchid #B864C6

RGB

 RED value IS 184 (72.27% from 255) = 38.17%

 GREEN value IS 100 (39.45% from 255) = 20.75%

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 38.17%
G = 20.75%
B = 41.08%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B864C6 (or 0xB864C6) is known color: Medium Orchid. HEX triplet: B8, 64 and C6. RGB value is (184,100,198). Sum of RGB (Red+Green+Blue) = 184+100+198=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #B864C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864C6 is #479B39. Grayscale: #878787. Windows color (decimal): -4692794 or 13001912. OLE color: 13001912.

HSL color Cylindrical-coordinate representation of color #B864C6: hue angle of 291.43º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B864C6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 100 198 -
CMYK 0.07 0.49 0 0.22
HSL 291.43º 0.46% 0.58% -
HSV(B) 291.43º 0.49% 0.78% -
XYZ 34.52 23.38 56.12 -
YUV 136.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 184 100 198 0.07 0.49 0 0.22 291.43 0.46 0.58
Hex B8 64 C6 7 31 0 16 123 2E 3A
Octal 270 144 306 7 61 0 26 443 56 72
Binary 10111000 1100100 11000110 111 110001 0 10110 100100011 101110 111010

Color Harmonies of #B864C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864C6

Black with #B864C6

Text Example


Text Example

White with #B864C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864C6; }

 p { color: rgb(184,100,198); }

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

background-color css

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

 a { background-color: rgb(184,100,198); }

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

border-color css

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

 span { border-color: rgb(184,100,198); }

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