Html Css Color HEX #B781DA Biloba Flower

📋 copy color: '#B781DA'

red 183 ◦ green 129 ◦ blue 218

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

Shades of Biloba Flower #B781DA

Tints of Biloba Flower #B781DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 34.53%
G = 24.34%
B = 41.13%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B781DA (or 0xB781DA) is known color: Biloba Flower. HEX triplet: B7, 81 and DA. RGB value is (183,129,218). Sum of RGB (Red+Green+Blue) = 183+129+218=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B781DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781DA is #487E25. Grayscale: #9A9A9A. Windows color (decimal): -4750886 or 14320055. OLE color: 14320055.

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

Color convert

RGB 183 129 218 -
CMYK 0.16 0.41 0 0.15
HSL 276.4º 0.55% 0.68% -
HSV(B) 276.4º 0.41% 0.85% -
XYZ 40.03 30.83 70.17 -
YUV 155.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 183 129 218 0.16 0.41 0 0.15 276.4 0.55 0.68
Hex B7 81 DA 10 29 0 F 114 37 44
Octal 267 201 332 20 51 0 17 424 67 104
Binary 10110111 10000001 11011010 10000 101001 0 1111 100010100 110111 1000100

Color Harmonies of #B781DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781DA

Black with #B781DA

Text Example


Text Example

White with #B781DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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