Html Css Color HEX #B781DF Biloba Flower

📋 copy color: '#B781DF'

red 183 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #B781DF

Tints of Biloba Flower #B781DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 34.21%
G = 24.11%
B = 41.68%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B781DF (or 0xB781DF) is known color: Biloba Flower. HEX triplet: B7, 81 and DF. RGB value is (183,129,223). Sum of RGB (Red+Green+Blue) = 183+129+223=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #B781DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781DF is #487E20. Grayscale: #9B9B9B. Windows color (decimal): -4750881 or 14647735. OLE color: 14647735.

HSL color Cylindrical-coordinate representation of color #B781DF: hue angle of 274.47º degrees, saturation: 0.59, 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 #B781DF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 129 223 -
CMYK 0.18 0.42 0 0.13
HSL 274.47º 0.59% 0.69% -
HSV(B) 274.47º 0.42% 0.87% -
XYZ 40.7 31.1 73.67 -
YUV 155.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 183 129 223 0.18 0.42 0 0.13 274.47 0.59 0.69
Hex B7 81 DF 12 2A 0 D 112 3B 45
Octal 267 201 337 22 52 0 15 422 73 105
Binary 10110111 10000001 11011111 10010 101010 0 1101 100010010 111011 1000101

Color Harmonies of #B781DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781DF

Black with #B781DF

Text Example


Text Example

White with #B781DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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