Html Css Color HEX #B67CFD Heliotrope

📋 copy color: '#B67CFD'

red 182 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #B67CFD

Tints of Heliotrope #B67CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.18%

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 32.56%
G = 22.18%
B = 45.26%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B67CFD (or 0xB67CFD) is known color: Heliotrope. HEX triplet: B6, 7C and FD. RGB value is (182,124,253). Sum of RGB (Red+Green+Blue) = 182+124+253=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #B67CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CFD is #498302. Grayscale: #9B9B9B. Windows color (decimal): -4817667 or 16612534. OLE color: 16612534.

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

Color convert

RGB 182 124 253 -
CMYK 0.28 0.51 0 0.01
HSL 266.98º 0.97% 0.74% -
HSV(B) 266.98º 0.51% 0.99% -
XYZ 44.23 31.45 96.67 -
YUV 156.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 182 124 253 0.28 0.51 0 0.01 266.98 0.97 0.74
Hex B6 7C FD 1C 33 0 1 10B 61 4A
Octal 266 174 375 34 63 0 1 413 141 112
Binary 10110110 1111100 11111101 11100 110011 0 1 100001011 1100001 1001010

Color Harmonies of #B67CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67CFD

Black with #B67CFD

Text Example


Text Example

White with #B67CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67CFD; }

 p { color: rgb(182,124,253); }

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

background-color css

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

 a { background-color: rgb(182,124,253); }

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

border-color css

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

 span { border-color: rgb(182,124,253); }

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