Html Css Color HEX #B780DF Biloba Flower

📋 copy color: '#B780DF'

red 183 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #B780DF

Tints of Biloba Flower #B780DF

RGB

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

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

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

R = 34.27%
G = 23.97%
B = 41.76%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B780DF (or 0xB780DF) is known color: Biloba Flower. HEX triplet: B7, 80 and DF. RGB value is (183,128,223). Sum of RGB (Red+Green+Blue) = 183+128+223=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #B780DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780DF is #487F20. Grayscale: #9A9A9A. Windows color (decimal): -4751137 or 14647479. OLE color: 14647479.

HSL color Cylindrical-coordinate representation of color #B780DF: hue angle of 274.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B780DF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 128 223 -
CMYK 0.18 0.43 0 0.13
HSL 274.74º 0.6% 0.69% -
HSV(B) 274.74º 0.43% 0.87% -
XYZ 40.57 30.83 73.63 -
YUV 155.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 183 128 223 0.18 0.43 0 0.13 274.74 0.6 0.69
Hex B7 80 DF 12 2B 0 D 113 3C 45
Octal 267 200 337 22 53 0 15 423 74 105
Binary 10110111 10000000 11011111 10010 101011 0 1101 100010011 111100 1000101

Color Harmonies of #B780DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B780DF

Black with #B780DF

Text Example


Text Example

White with #B780DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B780DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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