Html Css Color HEX #B869DB Medium Orchid

📋 copy color: '#B869DB'

red 184 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #B869DB

Tints of Medium Orchid #B869DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 36.22%
G = 20.67%
B = 43.11%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B869DB (or 0xB869DB) is known color: Medium Orchid. HEX triplet: B8, 69 and DB. RGB value is (184,105,219). Sum of RGB (Red+Green+Blue) = 184+105+219=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #B869DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869DB is #479624. Grayscale: #8D8D8D. Windows color (decimal): -4691493 or 14379448. OLE color: 14379448.

HSL color Cylindrical-coordinate representation of color #B869DB: hue angle of 281.58º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B869DB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 105 219 -
CMYK 0.16 0.52 0 0.14
HSL 281.58º 0.61% 0.64% -
HSV(B) 281.58º 0.52% 0.86% -
XYZ 37.6 25.41 69.94 -
YUV 141.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 184 105 219 0.16 0.52 0 0.14 281.58 0.61 0.64
Hex B8 69 DB 10 34 0 E 11A 3D 40
Octal 270 151 333 20 64 0 16 432 75 100
Binary 10111000 1101001 11011011 10000 110100 0 1110 100011010 111101 1000000

Color Harmonies of #B869DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B869DB

Black with #B869DB

Text Example


Text Example

White with #B869DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B869DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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