Html Css Color HEX #B869E5 Medium Orchid

📋 copy color: '#B869E5'

red 184 ◦ green 105 ◦ blue 229

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

Shades of Medium Orchid #B869E5

Tints of Medium Orchid #B869E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 35.52%
G = 20.27%
B = 44.21%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B869E5 (or 0xB869E5) is known color: Medium Orchid. HEX triplet: B8, 69 and E5. RGB value is (184,105,229). Sum of RGB (Red+Green+Blue) = 184+105+229=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #B869E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869E5 is #47961A. Grayscale: #8E8E8E. Windows color (decimal): -4691483 or 15034808. OLE color: 15034808.

HSL color Cylindrical-coordinate representation of color #B869E5: hue angle of 278.23º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B869E5 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 105 229 -
CMYK 0.20 0.54 0 0.10
HSL 278.23º 0.7% 0.65% -
HSV(B) 278.23º 0.54% 0.9% -
XYZ 38.96 25.95 77.08 -
YUV 142.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 184 105 229 0.20 0.54 0 0.10 278.23 0.7 0.65
Hex B8 69 E5 14 36 0 A 116 46 41
Octal 270 151 345 24 66 0 12 426 106 101
Binary 10111000 1101001 11100101 10100 110110 0 1010 100010110 1000110 1000001

Color Harmonies of #B869E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B869E5

Black with #B869E5

Text Example


Text Example

White with #B869E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B869E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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