Html Css Color HEX #B660FF Heliotrope

📋 copy color: '#B660FF'

red 182 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #B660FF

Tints of Heliotrope #B660FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.01%

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

R = 34.15%
G = 18.01%
B = 47.84%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B660FF (or 0xB660FF) is known color: Heliotrope. HEX triplet: B6, 60 and FF. RGB value is (182,96,255). Sum of RGB (Red+Green+Blue) = 182+96+255=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #B660FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B660FF is #499F00. Grayscale: #8B8B8B. Windows color (decimal): -4824833 or 16736438. OLE color: 16736438.

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

Color convert

RGB 182 96 255 -
CMYK 0.29 0.62 0 0
HSL 272.45º 1% 0.69% -
HSV(B) 272.45º 0.62% 1% -
XYZ 41.52 25.53 97.35 -
YUV 139.84 192.99 158.07 -
System Red Green Blue C M Y K H S L
Decimal 182 96 255 0.29 0.62 0 0 272.45 1 0.69
Hex B6 60 FF 1D 3E 0 0 110 64 45
Octal 266 140 377 35 76 0 0 420 144 105
Binary 10110110 1100000 11111111 11101 111110 0 0 100010000 1100100 1000101

Color Harmonies of #B660FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660FF

Black with #B660FF

Text Example


Text Example

White with #B660FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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