Html Css Color HEX #B782DB Biloba Flower

📋 copy color: '#B782DB'

red 183 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #B782DB

Tints of Biloba Flower #B782DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.44%

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

R = 34.4%
G = 24.44%
B = 41.17%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B782DB (or 0xB782DB) is known color: Biloba Flower. HEX triplet: B7, 82 and DB. RGB value is (183,130,219). Sum of RGB (Red+Green+Blue) = 183+130+219=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B782DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782DB is #487D24. Grayscale: #9B9B9B. Windows color (decimal): -4750629 or 14385847. OLE color: 14385847.

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

Color convert

RGB 183 130 219 -
CMYK 0.16 0.41 0 0.14
HSL 275.73º 0.55% 0.68% -
HSV(B) 275.73º 0.41% 0.86% -
XYZ 40.3 31.15 70.91 -
YUV 155.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 183 130 219 0.16 0.41 0 0.14 275.73 0.55 0.68
Hex B7 82 DB 10 29 0 E 114 37 44
Octal 267 202 333 20 51 0 16 424 67 104
Binary 10110111 10000010 11011011 10000 101001 0 1110 100010100 110111 1000100

Color Harmonies of #B782DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B782DB

Black with #B782DB

Text Example


Text Example

White with #B782DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B782DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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