Html Css Color HEX #B466FC Heliotrope

📋 copy color: '#B466FC'

red 180 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #B466FC

Tints of Heliotrope #B466FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 33.71%
G = 19.1%
B = 47.19%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B466FC (or 0xB466FC) is known color: Heliotrope. HEX triplet: B4, 66 and FC. RGB value is (180,102,252). Sum of RGB (Red+Green+Blue) = 180+102+252=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #B466FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466FC is #4B9903. Grayscale: #8D8D8D. Windows color (decimal): -4954372 or 16541364. OLE color: 16541364.

HSL color Cylindrical-coordinate representation of color #B466FC: hue angle of 271.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B466FC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 102 252 -
CMYK 0.29 0.60 0 0.01
HSL 271.2º 0.96% 0.69% -
HSV(B) 271.2º 0.6% 0.99% -
XYZ 41.14 26.23 94.99 -
YUV 142.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 180 102 252 0.29 0.60 0 0.01 271.2 0.96 0.69
Hex B4 66 FC 1D 3C 0 1 10F 60 45
Octal 264 146 374 35 74 0 1 417 140 105
Binary 10110100 1100110 11111100 11101 111100 0 1 100001111 1100000 1000101

Color Harmonies of #B466FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466FC

Black with #B466FC

Text Example


Text Example

White with #B466FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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