Html Css Color HEX #B781DD Biloba Flower

📋 copy color: '#B781DD'

red 183 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #B781DD

Tints of Biloba Flower #B781DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 34.33%
G = 24.2%
B = 41.46%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B781DD (or 0xB781DD) is known color: Biloba Flower. HEX triplet: B7, 81 and DD. RGB value is (183,129,221). Sum of RGB (Red+Green+Blue) = 183+129+221=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #B781DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781DD is #487E22. Grayscale: #9B9B9B. Windows color (decimal): -4750883 or 14516663. OLE color: 14516663.

HSL color Cylindrical-coordinate representation of color #B781DD: hue angle of 275.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B781DD is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 129 221 -
CMYK 0.17 0.42 0 0.13
HSL 275.22º 0.58% 0.69% -
HSV(B) 275.22º 0.42% 0.87% -
XYZ 40.43 30.99 72.26 -
YUV 155.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 183 129 221 0.17 0.42 0 0.13 275.22 0.58 0.69
Hex B7 81 DD 11 2A 0 D 113 3A 45
Octal 267 201 335 21 52 0 15 423 72 105
Binary 10110111 10000001 11011101 10001 101010 0 1101 100010011 111010 1000101

Color Harmonies of #B781DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781DD

Black with #B781DD

Text Example


Text Example

White with #B781DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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