Html Css Color HEX #B67DFB Heliotrope

📋 copy color: '#B67DFB'

red 182 ◦ green 125 ◦ blue 251

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

Shades of Heliotrope #B67DFB

Tints of Heliotrope #B67DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.4%

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

R = 32.62%
G = 22.4%
B = 44.98%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B67DFB (or 0xB67DFB) is known color: Heliotrope. HEX triplet: B6, 7D and FB. RGB value is (182,125,251). Sum of RGB (Red+Green+Blue) = 182+125+251=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #B67DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67DFB is #498204. Grayscale: #9B9B9B. Windows color (decimal): -4817413 or 16481718. OLE color: 16481718.

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

Color convert

RGB 182 125 251 -
CMYK 0.27 0.50 0 0.02
HSL 267.14º 0.94% 0.74% -
HSV(B) 267.14º 0.5% 0.98% -
XYZ 44.04 31.58 95.04 -
YUV 156.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 182 125 251 0.27 0.50 0 0.02 267.14 0.94 0.74
Hex B6 7D FB 1B 32 0 2 10B 5E 4A
Octal 266 175 373 33 62 0 2 413 136 112
Binary 10110110 1111101 11111011 11011 110010 0 10 100001011 1011110 1001010

Color Harmonies of #B67DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67DFB

Black with #B67DFB

Text Example


Text Example

White with #B67DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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