Html Css Color HEX #B869E1 Medium Orchid

📋 copy color: '#B869E1'

red 184 ◦ green 105 ◦ blue 225

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

Shades of Medium Orchid #B869E1

Tints of Medium Orchid #B869E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 35.8%
G = 20.43%
B = 43.77%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B869E1 (or 0xB869E1) is known color: Medium Orchid. HEX triplet: B8, 69 and E1. RGB value is (184,105,225). Sum of RGB (Red+Green+Blue) = 184+105+225=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #B869E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869E1 is #47961E. Grayscale: #8D8D8D. Windows color (decimal): -4691487 or 14772664. OLE color: 14772664.

HSL color Cylindrical-coordinate representation of color #B869E1: hue angle of 279.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B869E1 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 105 225 -
CMYK 0.18 0.53 0 0.12
HSL 279.5º 0.67% 0.65% -
HSV(B) 279.5º 0.53% 0.88% -
XYZ 38.41 25.73 74.18 -
YUV 142.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 184 105 225 0.18 0.53 0 0.12 279.5 0.67 0.65
Hex B8 69 E1 12 35 0 C 118 43 41
Octal 270 151 341 22 65 0 14 430 103 101
Binary 10111000 1101001 11100001 10010 110101 0 1100 100011000 1000011 1000001

Color Harmonies of #B869E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B869E1

Black with #B869E1

Text Example


Text Example

White with #B869E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B869E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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