Html Css Color HEX #B466FF Heliotrope

📋 copy color: '#B466FF'

red 180 ◦ green 102 ◦ blue 255

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

Shades of Heliotrope #B466FF

Tints of Heliotrope #B466FF

RGB

 RED value IS 180 (70.7% from 255) = 33.52%

 GREEN value IS 102 (40.23% from 255) = 18.99%

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

R = 33.52%
G = 18.99%
B = 47.49%

CMYK

 C value IS 0.29

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B466FF (or 0xB466FF) is known color: Heliotrope. HEX triplet: B4, 66 and FF. RGB value is (180,102,255). Sum of RGB (Red+Green+Blue) = 180+102+255=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #B466FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466FF is #4B9900. Grayscale: #8E8E8E. Windows color (decimal): -4954369 or 16737972. OLE color: 16737972.

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

Color convert

RGB 180 102 255 -
CMYK 0.29 0.6 0 0
HSL 270.59º 1% 0.7% -
HSV(B) 270.59º 0.6% 1% -
XYZ 41.62 26.43 97.51 -
YUV 142.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 180 102 255 0.29 0.6 0 0 270.59 1 0.7
Hex B4 66 FF 1D 3C 0 0 10F 64 46
Octal 264 146 377 35 74 0 0 417 144 106
Binary 10110100 1100110 11111111 11101 111100 0 0 100001111 1100100 1000110

Color Harmonies of #B466FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466FF

Black with #B466FF

Text Example


Text Example

White with #B466FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466FF; }

 p { color: rgb(180,102,255); }

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

background-color css

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

 a { background-color: rgb(180,102,255); }

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

border-color css

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

 span { border-color: rgb(180,102,255); }

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