Html Css Color HEX #B67FFE Heliotrope

📋 copy color: '#B67FFE'

red 182 ◦ green 127 ◦ blue 254

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

Shades of Heliotrope #B67FFE

Tints of Heliotrope #B67FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.56%

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

R = 32.33%
G = 22.56%
B = 45.12%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B67FFE (or 0xB67FFE) is known color: Heliotrope. HEX triplet: B6, 7F and FE. RGB value is (182,127,254). Sum of RGB (Red+Green+Blue) = 182+127+254=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #B67FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FFE is #498001. Grayscale: #9D9D9D. Windows color (decimal): -4816898 or 16678838. OLE color: 16678838.

HSL color Cylindrical-coordinate representation of color #B67FFE: hue angle of 265.98º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67FFE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 127 254 -
CMYK 0.28 0.50 0 0.00
HSL 265.98º 0.98% 0.75% -
HSV(B) 265.98º 0.5% 1% -
XYZ 44.77 32.28 97.64 -
YUV 157.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 182 127 254 0.28 0.50 0 0.00 265.98 0.98 0.75
Hex B6 7F FE 1C 32 0 0 10A 62 4B
Octal 266 177 376 34 62 0 0 412 142 113
Binary 10110110 1111111 11111110 11100 110010 0 0 100001010 1100010 1001011

Color Harmonies of #B67FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67FFE

Black with #B67FFE

Text Example


Text Example

White with #B67FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67FFE; }

 p { color: rgb(182,127,254); }

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

background-color css

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

 a { background-color: rgb(182,127,254); }

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

border-color css

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

 span { border-color: rgb(182,127,254); }

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