Html Css Color HEX #B780EC Biloba Flower

📋 copy color: '#B780EC'

red 183 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #B780EC

Tints of Biloba Flower #B780EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 33.46%
G = 23.4%
B = 43.14%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B780EC (or 0xB780EC) is known color: Biloba Flower. HEX triplet: B7, 80 and EC. RGB value is (183,128,236). Sum of RGB (Red+Green+Blue) = 183+128+236=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B780EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780EC is #487F13. Grayscale: #9C9C9C. Windows color (decimal): -4751124 or 15499447. OLE color: 15499447.

HSL color Cylindrical-coordinate representation of color #B780EC: hue angle of 270.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B780EC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 128 236 -
CMYK 0.22 0.46 0 0.07
HSL 270.56º 0.74% 0.71% -
HSV(B) 270.56º 0.46% 0.93% -
XYZ 42.39 31.56 83.21 -
YUV 156.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 183 128 236 0.22 0.46 0 0.07 270.56 0.74 0.71
Hex B7 80 EC 16 2E 0 7 10F 4A 47
Octal 267 200 354 26 56 0 7 417 112 107
Binary 10110111 10000000 11101100 10110 101110 0 111 100001111 1001010 1000111

Color Harmonies of #B780EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B780EC

Black with #B780EC

Text Example


Text Example

White with #B780EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B780EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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