Html Css Color HEX #B67CFB Heliotrope

📋 copy color: '#B67CFB'

red 182 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #B67CFB

Tints of Heliotrope #B67CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 32.68%
G = 22.26%
B = 45.06%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B67CFB (or 0xB67CFB) is known color: Heliotrope. HEX triplet: B6, 7C and FB. RGB value is (182,124,251). Sum of RGB (Red+Green+Blue) = 182+124+251=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #B67CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CFB is #498304. Grayscale: #9B9B9B. Windows color (decimal): -4817669 or 16481462. OLE color: 16481462.

HSL color Cylindrical-coordinate representation of color #B67CFB: hue angle of 267.4º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B67CFB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 124 251 -
CMYK 0.27 0.51 0 0.02
HSL 267.4º 0.94% 0.74% -
HSV(B) 267.4º 0.51% 0.98% -
XYZ 43.91 31.33 95 -
YUV 155.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 182 124 251 0.27 0.51 0 0.02 267.4 0.94 0.74
Hex B6 7C FB 1B 33 0 2 10B 5E 4A
Octal 266 174 373 33 63 0 2 413 136 112
Binary 10110110 1111100 11111011 11011 110011 0 10 100001011 1011110 1001010

Color Harmonies of #B67CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67CFB

Black with #B67CFB

Text Example


Text Example

White with #B67CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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