Html Css Color HEX #B769DB Medium Orchid

📋 copy color: '#B769DB'

red 183 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #B769DB

Tints of Medium Orchid #B769DB

RGB

 RED value IS 183 (71.88% from 255) = 36.09%

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

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

R = 36.09%
G = 20.71%
B = 43.2%

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

#B769DB (or 0xB769DB) is known color: Medium Orchid. HEX triplet: B7, 69 and DB. RGB value is (183,105,219). Sum of RGB (Red+Green+Blue) = 183+105+219=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #B769DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769DB is #489624. Grayscale: #8C8C8C. Windows color (decimal): -4757029 or 14379447. OLE color: 14379447.

HSL color Cylindrical-coordinate representation of color #B769DB: hue angle of 281.05º 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 #B769DB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 105 219 -
CMYK 0.16 0.52 0 0.14
HSL 281.05º 0.61% 0.64% -
HSV(B) 281.05º 0.52% 0.86% -
XYZ 37.37 25.28 69.93 -
YUV 141.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 183 105 219 0.16 0.52 0 0.14 281.05 0.61 0.64
Hex B7 69 DB 10 34 0 E 119 3D 40
Octal 267 151 333 20 64 0 16 431 75 100
Binary 10110111 1101001 11011011 10000 110100 0 1110 100011001 111101 1000000

Color Harmonies of #B769DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769DB

Black with #B769DB

Text Example


Text Example

White with #B769DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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