Html Css Color HEX #B780DE Biloba Flower

📋 copy color: '#B780DE'

red 183 ◦ green 128 ◦ blue 222

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

Shades of Biloba Flower #B780DE

Tints of Biloba Flower #B780DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.02%

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 34.33%
G = 24.02%
B = 41.65%

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

#B780DE (or 0xB780DE) is known color: Biloba Flower. HEX triplet: B7, 80 and DE. RGB value is (183,128,222). Sum of RGB (Red+Green+Blue) = 183+128+222=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #B780DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780DE is #487F21. Grayscale: #9A9A9A. Windows color (decimal): -4751138 or 14581943. OLE color: 14581943.

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

Color convert

RGB 183 128 222 -
CMYK 0.18 0.42 0 0.13
HSL 275.11º 0.59% 0.69% -
HSV(B) 275.11º 0.42% 0.87% -
XYZ 40.43 30.78 72.92 -
YUV 155.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 183 128 222 0.18 0.42 0 0.13 275.11 0.59 0.69
Hex B7 80 DE 12 2A 0 D 113 3B 45
Octal 267 200 336 22 52 0 15 423 73 105
Binary 10110111 10000000 11011110 10010 101010 0 1101 100010011 111011 1000101

Color Harmonies of #B780DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B780DE

Black with #B780DE

Text Example


Text Example

White with #B780DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B780DE; }

 p { color: rgb(183,128,222); }

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

background-color css

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

 a { background-color: rgb(183,128,222); }

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

border-color css

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

 span { border-color: rgb(183,128,222); }

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