Html Css Color HEX #B862CF Medium Orchid

📋 copy color: '#B862CF'

red 184 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #B862CF

Tints of Medium Orchid #B862CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.04%

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 37.63%
G = 20.04%
B = 42.33%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B862CF (or 0xB862CF) is known color: Medium Orchid. HEX triplet: B8, 62 and CF. RGB value is (184,98,207). Sum of RGB (Red+Green+Blue) = 184+98+207=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #B862CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862CF is #479D30. Grayscale: #878787. Windows color (decimal): -4693297 or 13591224. OLE color: 13591224.

HSL color Cylindrical-coordinate representation of color #B862CF: hue angle of 287.34º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B862CF is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 98 207 -
CMYK 0.11 0.53 0 0.19
HSL 287.34º 0.53% 0.6% -
HSV(B) 287.34º 0.53% 0.81% -
XYZ 35.4 23.43 61.69 -
YUV 136.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 184 98 207 0.11 0.53 0 0.19 287.34 0.53 0.6
Hex B8 62 CF B 35 0 13 11F 35 3C
Octal 270 142 317 13 65 0 23 437 65 74
Binary 10111000 1100010 11001111 1011 110101 0 10011 100011111 110101 111100

Color Harmonies of #B862CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862CF

Black with #B862CF

Text Example


Text Example

White with #B862CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862CF; }

 p { color: rgb(184,98,207); }

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

background-color css

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

 a { background-color: rgb(184,98,207); }

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

border-color css

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

 span { border-color: rgb(184,98,207); }

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