Html Css Color HEX #B790DC Biloba Flower

📋 copy color: '#B790DC'

red 183 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #B790DC

Tints of Biloba Flower #B790DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.33%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 33.46%
G = 26.33%
B = 40.22%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B790DC (or 0xB790DC) is known color: Biloba Flower. HEX triplet: B7, 90 and DC. RGB value is (183,144,220). Sum of RGB (Red+Green+Blue) = 183+144+220=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B790DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790DC is #486F23. Grayscale: #A4A4A4. Windows color (decimal): -4747044 or 14454967. OLE color: 14454967.

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

Color convert

RGB 183 144 220 -
CMYK 0.17 0.35 0 0.14
HSL 270.79º 0.52% 0.71% -
HSV(B) 270.79º 0.35% 0.86% -
XYZ 42.42 35.18 72.27 -
YUV 164.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 183 144 220 0.17 0.35 0 0.14 270.79 0.52 0.71
Hex B7 90 DC 11 23 0 E 10F 34 47
Octal 267 220 334 21 43 0 16 417 64 107
Binary 10110111 10010000 11011100 10001 100011 0 1110 100001111 110100 1000111

Color Harmonies of #B790DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B790DC

Black with #B790DC

Text Example


Text Example

White with #B790DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B790DC; }

 p { color: rgb(183,144,220); }

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

background-color css

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

 a { background-color: rgb(183,144,220); }

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

border-color css

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

 span { border-color: rgb(183,144,220); }

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