Html Css Color HEX #B869E9 Medium Orchid

📋 copy color: '#B869E9'

red 184 ◦ green 105 ◦ blue 233

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

Shades of Medium Orchid #B869E9

Tints of Medium Orchid #B869E9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.11%

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

R = 35.25%
G = 20.11%
B = 44.64%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B869E9 (or 0xB869E9) is known color: Medium Orchid. HEX triplet: B8, 69 and E9. RGB value is (184,105,233). Sum of RGB (Red+Green+Blue) = 184+105+233=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #B869E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869E9 is #479616. Grayscale: #8E8E8E. Windows color (decimal): -4691479 or 15296952. OLE color: 15296952.

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

Color convert

RGB 184 105 233 -
CMYK 0.21 0.55 0 0.09
HSL 277.03º 0.74% 0.66% -
HSV(B) 277.03º 0.55% 0.91% -
XYZ 39.53 26.18 80.06 -
YUV 143.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 184 105 233 0.21 0.55 0 0.09 277.03 0.74 0.66
Hex B8 69 E9 15 37 0 9 115 4A 42
Octal 270 151 351 25 67 0 11 425 112 102
Binary 10111000 1101001 11101001 10101 110111 0 1001 100010101 1001010 1000010

Color Harmonies of #B869E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B869E9

Black with #B869E9

Text Example


Text Example

White with #B869E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B869E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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