Html Css Color HEX #B866EF Medium Orchid

📋 copy color: '#B866EF'

red 184 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #B866EF

Tints of Medium Orchid #B866EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 35.05%
G = 19.43%
B = 45.52%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B866EF (or 0xB866EF) is known color: Medium Orchid. HEX triplet: B8, 66 and EF. RGB value is (184,102,239). Sum of RGB (Red+Green+Blue) = 184+102+239=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #B866EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B866EF is #479910. Grayscale: #8D8D8D. Windows color (decimal): -4692241 or 15689400. OLE color: 15689400.

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

Color convert

RGB 184 102 239 -
CMYK 0.23 0.57 0 0.06
HSL 275.91º 0.81% 0.67% -
HSV(B) 275.91º 0.57% 0.94% -
XYZ 40.1 25.93 84.55 -
YUV 142.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 184 102 239 0.23 0.57 0 0.06 275.91 0.81 0.67
Hex B8 66 EF 17 39 0 6 114 51 43
Octal 270 146 357 27 71 0 6 424 121 103
Binary 10111000 1100110 11101111 10111 111001 0 110 100010100 1010001 1000011

Color Harmonies of #B866EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866EF

Black with #B866EF

Text Example


Text Example

White with #B866EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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