Html Css Color HEX #B682EC Biloba Flower

📋 copy color: '#B682EC'

red 182 ◦ green 130 ◦ blue 236

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

Shades of Biloba Flower #B682EC

Tints of Biloba Flower #B682EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.72%

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

R = 33.21%
G = 23.72%
B = 43.07%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B682EC (or 0xB682EC) is known color: Biloba Flower. HEX triplet: B6, 82 and EC. RGB value is (182,130,236). Sum of RGB (Red+Green+Blue) = 182+130+236=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #B682EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B682EC is #497D13. Grayscale: #9D9D9D. Windows color (decimal): -4816148 or 15499958. OLE color: 15499958.

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

Color convert

RGB 182 130 236 -
CMYK 0.23 0.45 0 0.07
HSL 269.43º 0.74% 0.72% -
HSV(B) 269.43º 0.45% 0.93% -
XYZ 42.41 31.97 83.29 -
YUV 157.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 182 130 236 0.23 0.45 0 0.07 269.43 0.74 0.72
Hex B6 82 EC 17 2D 0 7 10D 4A 48
Octal 266 202 354 27 55 0 7 415 112 110
Binary 10110110 10000010 11101100 10111 101101 0 111 100001101 1001010 1001000

Color Harmonies of #B682EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682EC

Black with #B682EC

Text Example


Text Example

White with #B682EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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