Html Css Color HEX #B67EFC Heliotrope

📋 copy color: '#B67EFC'

red 182 ◦ green 126 ◦ blue 252

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

Shades of Heliotrope #B67EFC

Tints of Heliotrope #B67EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.5%

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

R = 32.5%
G = 22.5%
B = 45%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B67EFC (or 0xB67EFC) is known color: Heliotrope. HEX triplet: B6, 7E and FC. RGB value is (182,126,252). Sum of RGB (Red+Green+Blue) = 182+126+252=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #B67EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67EFC is #498103. Grayscale: #9C9C9C. Windows color (decimal): -4817156 or 16547510. OLE color: 16547510.

HSL color Cylindrical-coordinate representation of color #B67EFC: hue angle of 266.67º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67EFC is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 126 252 -
CMYK 0.28 0.5 0 0.01
HSL 266.67º 0.95% 0.74% -
HSV(B) 266.67º 0.5% 0.99% -
XYZ 44.32 31.9 95.92 -
YUV 157.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 182 126 252 0.28 0.5 0 0.01 266.67 0.95 0.74
Hex B6 7E FC 1C 32 0 1 10B 5F 4A
Octal 266 176 374 34 62 0 1 413 137 112
Binary 10110110 1111110 11111100 11100 110010 0 1 100001011 1011111 1001010

Color Harmonies of #B67EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67EFC

Black with #B67EFC

Text Example


Text Example

White with #B67EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67EFC; }

 p { color: rgb(182,126,252); }

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

background-color css

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

 a { background-color: rgb(182,126,252); }

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

border-color css

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

 span { border-color: rgb(182,126,252); }

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