Html Css Color HEX #B866EE Medium Orchid

📋 copy color: '#B866EE'

red 184 ◦ green 102 ◦ blue 238

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

Shades of Medium Orchid #B866EE

Tints of Medium Orchid #B866EE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.47%

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

R = 35.11%
G = 19.47%
B = 45.42%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B866EE (or 0xB866EE) is known color: Medium Orchid. HEX triplet: B8, 66 and EE. RGB value is (184,102,238). Sum of RGB (Red+Green+Blue) = 184+102+238=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #B866EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B866EE is #479911. Grayscale: #8D8D8D. Windows color (decimal): -4692242 or 15623864. OLE color: 15623864.

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

Color convert

RGB 184 102 238 -
CMYK 0.23 0.57 0 0.07
HSL 276.18º 0.8% 0.67% -
HSV(B) 276.18º 0.57% 0.93% -
XYZ 39.95 25.87 83.78 -
YUV 142.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 184 102 238 0.23 0.57 0 0.07 276.18 0.8 0.67
Hex B8 66 EE 17 39 0 7 114 50 43
Octal 270 146 356 27 71 0 7 424 120 103
Binary 10111000 1100110 11101110 10111 111001 0 111 100010100 1010000 1000011

Color Harmonies of #B866EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866EE

Black with #B866EE

Text Example


Text Example

White with #B866EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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