Html Css Color HEX #B869E7 Medium Orchid

📋 copy color: '#B869E7'

red 184 ◦ green 105 ◦ blue 231

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

Shades of Medium Orchid #B869E7

Tints of Medium Orchid #B869E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.42%

R = 35.38%
G = 20.19%
B = 44.42%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B869E7 (or 0xB869E7) is known color: Medium Orchid. HEX triplet: B8, 69 and E7. RGB value is (184,105,231). Sum of RGB (Red+Green+Blue) = 184+105+231=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #B869E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869E7 is #479618. Grayscale: #8E8E8E. Windows color (decimal): -4691481 or 15165880. OLE color: 15165880.

HSL color Cylindrical-coordinate representation of color #B869E7: hue angle of 277.62º degrees, saturation: 0.72, 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 #B869E7 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 105 231 -
CMYK 0.20 0.55 0 0.09
HSL 277.62º 0.72% 0.66% -
HSV(B) 277.62º 0.55% 0.91% -
XYZ 39.24 26.06 78.56 -
YUV 142.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 184 105 231 0.20 0.55 0 0.09 277.62 0.72 0.66
Hex B8 69 E7 14 37 0 9 116 48 42
Octal 270 151 347 24 67 0 11 426 110 102
Binary 10111000 1101001 11100111 10100 110111 0 1001 100010110 1001000 1000010

Color Harmonies of #B869E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B869E7

Black with #B869E7

Text Example


Text Example

White with #B869E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B869E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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