Html Css Color HEX #B661FF Heliotrope

📋 copy color: '#B661FF'

red 182 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #B661FF

Tints of Heliotrope #B661FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.16%

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

R = 34.08%
G = 18.16%
B = 47.75%

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

#B661FF (or 0xB661FF) is known color: Heliotrope. HEX triplet: B6, 61 and FF. RGB value is (182,97,255). Sum of RGB (Red+Green+Blue) = 182+97+255=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #B661FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B661FF is #499E00. Grayscale: #8B8B8B. Windows color (decimal): -4824577 or 16736694. OLE color: 16736694.

HSL color Cylindrical-coordinate representation of color #B661FF: hue angle of 272.28º 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 #B661FF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 97 255 -
CMYK 0.29 0.62 0 0
HSL 272.28º 1% 0.69% -
HSV(B) 272.28º 0.62% 1% -
XYZ 41.62 25.71 97.38 -
YUV 140.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 182 97 255 0.29 0.62 0 0 272.28 1 0.69
Hex B6 61 FF 1D 3E 0 0 110 64 45
Octal 266 141 377 35 76 0 0 420 144 105
Binary 10110110 1100001 11111111 11101 111110 0 0 100010000 1100100 1000101

Color Harmonies of #B661FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B661FF

Black with #B661FF

Text Example


Text Example

White with #B661FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B661FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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