Html Css Color HEX #B67DFF Heliotrope

📋 copy color: '#B67DFF'

red 182 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #B67DFF

Tints of Heliotrope #B67DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.37%

R = 32.38%
G = 22.24%
B = 45.37%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B67DFF (or 0xB67DFF) is known color: Heliotrope. HEX triplet: B6, 7D and FF. RGB value is (182,125,255). Sum of RGB (Red+Green+Blue) = 182+125+255=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #B67DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67DFF is #498200. Grayscale: #9C9C9C. Windows color (decimal): -4817409 or 16743862. OLE color: 16743862.

HSL color Cylindrical-coordinate representation of color #B67DFF: hue angle of 266.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B67DFF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 125 255 -
CMYK 0.29 0.51 0 0
HSL 266.31º 1% 0.75% -
HSV(B) 266.31º 0.51% 1% -
XYZ 44.68 31.83 98.4 -
YUV 156.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 182 125 255 0.29 0.51 0 0 266.31 1 0.75
Hex B6 7D FF 1D 33 0 0 10A 64 4B
Octal 266 175 377 35 63 0 0 412 144 113
Binary 10110110 1111101 11111111 11101 110011 0 0 100001010 1100100 1001011

Color Harmonies of #B67DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67DFF

Black with #B67DFF

Text Example


Text Example

White with #B67DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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