Html Css Color HEX #B680FF Heliotrope

📋 copy color: '#B680FF'

red 182 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #B680FF

Tints of Heliotrope #B680FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 32.21%
G = 22.65%
B = 45.13%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B680FF (or 0xB680FF) is known color: Heliotrope. HEX triplet: B6, 80 and FF. RGB value is (182,128,255). Sum of RGB (Red+Green+Blue) = 182+128+255=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B680FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680FF is #497F00. Grayscale: #9E9E9E. Windows color (decimal): -4816641 or 16744630. OLE color: 16744630.

HSL color Cylindrical-coordinate representation of color #B680FF: hue angle of 265.51º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B680FF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 128 255 -
CMYK 0.29 0.50 0 0
HSL 265.51º 1% 0.75% -
HSV(B) 265.51º 0.5% 1% -
XYZ 45.06 32.6 98.53 -
YUV 158.62 182.39 144.67 -
System Red Green Blue C M Y K H S L
Decimal 182 128 255 0.29 0.50 0 0 265.51 1 0.75
Hex B6 80 FF 1D 32 0 0 10A 64 4B
Octal 266 200 377 35 62 0 0 412 144 113
Binary 10110110 10000000 11111111 11101 110010 0 0 100001010 1100100 1001011

Color Harmonies of #B680FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680FF

Black with #B680FF

Text Example


Text Example

White with #B680FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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