Html Css Color HEX #B865EB Medium Orchid

📋 copy color: '#B865EB'

red 184 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #B865EB

Tints of Medium Orchid #B865EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.42%

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 35.38%
G = 19.42%
B = 45.19%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B865EB (or 0xB865EB) is known color: Medium Orchid. HEX triplet: B8, 65 and EB. RGB value is (184,101,235). Sum of RGB (Red+Green+Blue) = 184+101+235=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #B865EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865EB is #479A14. Grayscale: #8C8C8C. Windows color (decimal): -4692501 or 15427000. OLE color: 15427000.

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

Color convert

RGB 184 101 235 -
CMYK 0.22 0.57 0 0.08
HSL 277.16º 0.77% 0.66% -
HSV(B) 277.16º 0.57% 0.92% -
XYZ 39.42 25.5 81.44 -
YUV 141.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 184 101 235 0.22 0.57 0 0.08 277.16 0.77 0.66
Hex B8 65 EB 16 39 0 8 115 4D 42
Octal 270 145 353 26 71 0 10 425 115 102
Binary 10111000 1100101 11101011 10110 111001 0 1000 100010101 1001101 1000010

Color Harmonies of #B865EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865EB

Black with #B865EB

Text Example


Text Example

White with #B865EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865EB; }

 p { color: rgb(184,101,235); }

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

background-color css

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

 a { background-color: rgb(184,101,235); }

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

border-color css

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

 span { border-color: rgb(184,101,235); }

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