Html Css Color HEX #B866EA Medium Orchid

📋 copy color: '#B866EA'

red 184 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #B866EA

Tints of Medium Orchid #B866EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 35.38%
G = 19.62%
B = 45%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B866EA (or 0xB866EA) is known color: Medium Orchid. HEX triplet: B8, 66 and EA. RGB value is (184,102,234). Sum of RGB (Red+Green+Blue) = 184+102+234=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #B866EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B866EA is #479915. Grayscale: #8D8D8D. Windows color (decimal): -4692246 or 15361720. OLE color: 15361720.

HSL color Cylindrical-coordinate representation of color #B866EA: hue angle of 277.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B866EA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 102 234 -
CMYK 0.21 0.56 0 0.08
HSL 277.27º 0.76% 0.66% -
HSV(B) 277.27º 0.56% 0.92% -
XYZ 39.37 25.63 80.71 -
YUV 141.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 184 102 234 0.21 0.56 0 0.08 277.27 0.76 0.66
Hex B8 66 EA 15 38 0 8 115 4C 42
Octal 270 146 352 25 70 0 10 425 114 102
Binary 10111000 1100110 11101010 10101 111000 0 1000 100010101 1001100 1000010

Color Harmonies of #B866EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866EA

Black with #B866EA

Text Example


Text Example

White with #B866EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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