Html Css Color HEX #B680EC Biloba Flower

📋 copy color: '#B680EC'

red 182 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #B680EC

Tints of Biloba Flower #B680EC

RGB

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

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

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

R = 33.33%
G = 23.44%
B = 43.22%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B680EC (or 0xB680EC) is known color: Biloba Flower. HEX triplet: B6, 80 and EC. RGB value is (182,128,236). Sum of RGB (Red+Green+Blue) = 182+128+236=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B680EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680EC is #497F13. Grayscale: #9C9C9C. Windows color (decimal): -4816660 or 15499446. OLE color: 15499446.

HSL color Cylindrical-coordinate representation of color #B680EC: hue angle of 270º 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 #B680EC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 128 236 -
CMYK 0.23 0.46 0 0.07
HSL 270º 0.74% 0.71% -
HSV(B) 270º 0.46% 0.93% -
XYZ 42.15 31.44 83.2 -
YUV 156.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 182 128 236 0.23 0.46 0 0.07 270 0.74 0.71
Hex B6 80 EC 17 2E 0 7 10E 4A 47
Octal 266 200 354 27 56 0 7 416 112 107
Binary 10110110 10000000 11101100 10111 101110 0 111 100001110 1001010 1000111

Color Harmonies of #B680EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680EC

Black with #B680EC

Text Example


Text Example

White with #B680EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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