Html Css Color HEX #B467FE Heliotrope

📋 copy color: '#B467FE'

red 180 ◦ green 103 ◦ blue 254

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

Shades of Heliotrope #B467FE

Tints of Heliotrope #B467FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.18%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 33.52%
G = 19.18%
B = 47.3%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B467FE (or 0xB467FE) is known color: Heliotrope. HEX triplet: B4, 67 and FE. RGB value is (180,103,254). Sum of RGB (Red+Green+Blue) = 180+103+254=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #B467FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B467FE is #4B9801. Grayscale: #8E8E8E. Windows color (decimal): -4954114 or 16672692. OLE color: 16672692.

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

Color convert

RGB 180 103 254 -
CMYK 0.29 0.59 0 0.00
HSL 270.6º 0.99% 0.7% -
HSV(B) 270.6º 0.59% 1% -
XYZ 41.56 26.56 96.7 -
YUV 143.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 180 103 254 0.29 0.59 0 0.00 270.6 0.99 0.7
Hex B4 67 FE 1D 3B 0 0 10F 63 46
Octal 264 147 376 35 73 0 0 417 143 106
Binary 10110100 1100111 11111110 11101 111011 0 0 100001111 1100011 1000110

Color Harmonies of #B467FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467FE

Black with #B467FE

Text Example


Text Example

White with #B467FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467FE; }

 p { color: rgb(180,103,254); }

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

background-color css

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

 a { background-color: rgb(180,103,254); }

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

border-color css

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

 span { border-color: rgb(180,103,254); }

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