Html Css Color HEX #B865E9 Medium Orchid

📋 copy color: '#B865E9'

red 184 ◦ green 101 ◦ blue 233

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

Shades of Medium Orchid #B865E9

Tints of Medium Orchid #B865E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.98%

R = 35.52%
G = 19.5%
B = 44.98%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B865E9 (or 0xB865E9) is known color: Medium Orchid. HEX triplet: B8, 65 and E9. RGB value is (184,101,233). Sum of RGB (Red+Green+Blue) = 184+101+233=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #B865E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865E9 is #479A16. Grayscale: #8C8C8C. Windows color (decimal): -4692503 or 15295928. OLE color: 15295928.

HSL color Cylindrical-coordinate representation of color #B865E9: hue angle of 277.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B865E9 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 101 233 -
CMYK 0.21 0.57 0 0.09
HSL 277.73º 0.75% 0.65% -
HSV(B) 277.73º 0.57% 0.91% -
XYZ 39.13 25.38 79.93 -
YUV 140.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 184 101 233 0.21 0.57 0 0.09 277.73 0.75 0.65
Hex B8 65 E9 15 39 0 9 116 4B 41
Octal 270 145 351 25 71 0 11 426 113 101
Binary 10111000 1100101 11101001 10101 111001 0 1001 100010110 1001011 1000001

Color Harmonies of #B865E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865E9

Black with #B865E9

Text Example


Text Example

White with #B865E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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