Html Css Color HEX #B781DC Biloba Flower

📋 copy color: '#B781DC'

red 183 ◦ green 129 ◦ blue 220

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

Shades of Biloba Flower #B781DC

Tints of Biloba Flower #B781DC

RGB

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

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

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

R = 34.4%
G = 24.25%
B = 41.35%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B781DC (or 0xB781DC) is known color: Biloba Flower. HEX triplet: B7, 81 and DC. RGB value is (183,129,220). Sum of RGB (Red+Green+Blue) = 183+129+220=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #B781DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781DC is #487E23. Grayscale: #9B9B9B. Windows color (decimal): -4750884 or 14451127. OLE color: 14451127.

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

Color convert

RGB 183 129 220 -
CMYK 0.17 0.41 0 0.14
HSL 275.6º 0.57% 0.68% -
HSV(B) 275.6º 0.41% 0.86% -
XYZ 40.3 30.94 71.56 -
YUV 155.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 183 129 220 0.17 0.41 0 0.14 275.6 0.57 0.68
Hex B7 81 DC 11 29 0 E 114 39 44
Octal 267 201 334 21 51 0 16 424 71 104
Binary 10110111 10000001 11011100 10001 101001 0 1110 100010100 111001 1000100

Color Harmonies of #B781DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781DC

Black with #B781DC

Text Example


Text Example

White with #B781DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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