Html Css Color HEX #B781DB Biloba Flower

📋 copy color: '#B781DB'

red 183 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #B781DB

Tints of Biloba Flower #B781DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.29%

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

R = 34.46%
G = 24.29%
B = 41.24%

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

#B781DB (or 0xB781DB) is known color: Biloba Flower. HEX triplet: B7, 81 and DB. RGB value is (183,129,219). Sum of RGB (Red+Green+Blue) = 183+129+219=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B781DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781DB is #487E24. Grayscale: #9B9B9B. Windows color (decimal): -4750885 or 14385591. OLE color: 14385591.

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

Color convert

RGB 183 129 219 -
CMYK 0.16 0.41 0 0.14
HSL 276º 0.56% 0.68% -
HSV(B) 276º 0.41% 0.86% -
XYZ 40.16 30.88 70.86 -
YUV 155.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 183 129 219 0.16 0.41 0 0.14 276 0.56 0.68
Hex B7 81 DB 10 29 0 E 114 38 44
Octal 267 201 333 20 51 0 16 424 70 104
Binary 10110111 10000001 11011011 10000 101001 0 1110 100010100 111000 1000100

Color Harmonies of #B781DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781DB

Black with #B781DB

Text Example


Text Example

White with #B781DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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