Html Css Color HEX #B680E0 Biloba Flower

📋 copy color: '#B680E0'

red 182 ◦ green 128 ◦ blue 224

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

Shades of Biloba Flower #B680E0

Tints of Biloba Flower #B680E0

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

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

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 34.08%
G = 23.97%
B = 41.95%

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

#B680E0 (or 0xB680E0) is known color: Biloba Flower. HEX triplet: B6, 80 and E0. RGB value is (182,128,224). Sum of RGB (Red+Green+Blue) = 182+128+224=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #B680E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680E0 is #497F1F. Grayscale: #9A9A9A. Windows color (decimal): -4816672 or 14713014. OLE color: 14713014.

HSL color Cylindrical-coordinate representation of color #B680E0: hue angle of 273.75º degrees, saturation: 0.61, 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 #B680E0 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 128 224 -
CMYK 0.19 0.43 0 0.12
HSL 273.75º 0.61% 0.69% -
HSV(B) 273.75º 0.43% 0.88% -
XYZ 40.47 30.77 74.33 -
YUV 155.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 182 128 224 0.19 0.43 0 0.12 273.75 0.61 0.69
Hex B6 80 E0 13 2B 0 C 112 3D 45
Octal 266 200 340 23 53 0 14 422 75 105
Binary 10110110 10000000 11100000 10011 101011 0 1100 100010010 111101 1000101

Color Harmonies of #B680E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680E0

Black with #B680E0

Text Example


Text Example

White with #B680E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680E0; }

 p { color: rgb(182,128,224); }

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

background-color css

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

 a { background-color: rgb(182,128,224); }

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

border-color css

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

 span { border-color: rgb(182,128,224); }

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