Html Css Color HEX #B862EE Medium Orchid

📋 copy color: '#B862EE'

red 184 ◦ green 98 ◦ blue 238

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

Shades of Medium Orchid #B862EE

Tints of Medium Orchid #B862EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 35.38%
G = 18.85%
B = 45.77%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B862EE (or 0xB862EE) is known color: Medium Orchid. HEX triplet: B8, 62 and EE. RGB value is (184,98,238). Sum of RGB (Red+Green+Blue) = 184+98+238=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #B862EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B862EE is #479D11. Grayscale: #8B8B8B. Windows color (decimal): -4693266 or 15622840. OLE color: 15622840.

HSL color Cylindrical-coordinate representation of color #B862EE: hue angle of 276.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B862EE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 98 238 -
CMYK 0.23 0.59 0 0.07
HSL 276.86º 0.8% 0.66% -
HSV(B) 276.86º 0.59% 0.93% -
XYZ 39.57 25.1 83.65 -
YUV 139.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 184 98 238 0.23 0.59 0 0.07 276.86 0.8 0.66
Hex B8 62 EE 17 3B 0 7 115 50 42
Octal 270 142 356 27 73 0 7 425 120 102
Binary 10111000 1100010 11101110 10111 111011 0 111 100010101 1010000 1000010

Color Harmonies of #B862EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862EE

Black with #B862EE

Text Example


Text Example

White with #B862EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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