Html Css Color HEX #B862DE Medium Orchid

📋 copy color: '#B862DE'

red 184 ◦ green 98 ◦ blue 222

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

Shades of Medium Orchid #B862DE

Tints of Medium Orchid #B862DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 36.51%
G = 19.44%
B = 44.05%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B862DE (or 0xB862DE) is known color: Medium Orchid. HEX triplet: B8, 62 and DE. RGB value is (184,98,222). Sum of RGB (Red+Green+Blue) = 184+98+222=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #B862DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862DE is #479D21. Grayscale: #898989. Windows color (decimal): -4693282 or 14574264. OLE color: 14574264.

HSL color Cylindrical-coordinate representation of color #B862DE: hue angle of 281.61º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B862DE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 98 222 -
CMYK 0.17 0.56 0 0.13
HSL 281.61º 0.65% 0.63% -
HSV(B) 281.61º 0.56% 0.87% -
XYZ 37.32 24.2 71.81 -
YUV 137.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 184 98 222 0.17 0.56 0 0.13 281.61 0.65 0.63
Hex B8 62 DE 11 38 0 D 11A 41 3F
Octal 270 142 336 21 70 0 15 432 101 77
Binary 10111000 1100010 11011110 10001 111000 0 1101 100011010 1000001 111111

Color Harmonies of #B862DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862DE

Black with #B862DE

Text Example


Text Example

White with #B862DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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