Html Css Color HEX #B781E1 Biloba Flower

📋 copy color: '#B781E1'

red 183 ◦ green 129 ◦ blue 225

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

Shades of Biloba Flower #B781E1

Tints of Biloba Flower #B781E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 34.08%
G = 24.02%
B = 41.9%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B781E1 (or 0xB781E1) is known color: Biloba Flower. HEX triplet: B7, 81 and E1. RGB value is (183,129,225). Sum of RGB (Red+Green+Blue) = 183+129+225=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #B781E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781E1 is #487E1E. Grayscale: #9B9B9B. Windows color (decimal): -4750879 or 14778807. OLE color: 14778807.

HSL color Cylindrical-coordinate representation of color #B781E1: hue angle of 273.75º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B781E1 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 129 225 -
CMYK 0.19 0.43 0 0.12
HSL 273.75º 0.62% 0.69% -
HSV(B) 273.75º 0.43% 0.88% -
XYZ 40.97 31.2 75.1 -
YUV 156.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 183 129 225 0.19 0.43 0 0.12 273.75 0.62 0.69
Hex B7 81 E1 13 2B 0 C 112 3E 45
Octal 267 201 341 23 53 0 14 422 76 105
Binary 10110111 10000001 11100001 10011 101011 0 1100 100010010 111110 1000101

Color Harmonies of #B781E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B781E1

Black with #B781E1

Text Example


Text Example

White with #B781E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B781E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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