Html Css Color HEX #B862DC Medium Orchid

📋 copy color: '#B862DC'

red 184 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #B862DC

Tints of Medium Orchid #B862DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 36.65%
G = 19.52%
B = 43.82%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B862DC (or 0xB862DC) is known color: Medium Orchid. HEX triplet: B8, 62 and DC. RGB value is (184,98,220). Sum of RGB (Red+Green+Blue) = 184+98+220=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #B862DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862DC is #479D23. Grayscale: #898989. Windows color (decimal): -4693284 or 14443192. OLE color: 14443192.

HSL color Cylindrical-coordinate representation of color #B862DC: hue angle of 282.3º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B862DC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 98 220 -
CMYK 0.16 0.55 0 0.14
HSL 282.3º 0.64% 0.62% -
HSV(B) 282.3º 0.55% 0.86% -
XYZ 37.05 24.09 70.41 -
YUV 137.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 184 98 220 0.16 0.55 0 0.14 282.3 0.64 0.62
Hex B8 62 DC 10 37 0 E 11A 40 3E
Octal 270 142 334 20 67 0 16 432 100 76
Binary 10111000 1100010 11011100 10000 110111 0 1110 100011010 1000000 111110

Color Harmonies of #B862DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862DC

Black with #B862DC

Text Example


Text Example

White with #B862DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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