Html Css Color HEX #B96DFA Heliotrope

📋 copy color: '#B96DFA'

red 185 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #B96DFA

Tints of Heliotrope #B96DFA

RGB

 RED value IS 185 (72.66% from 255) = 34.01%

 GREEN value IS 109 (42.97% from 255) = 20.04%

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 34.01%
G = 20.04%
B = 45.96%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B96DFA (or 0xB96DFA) is known color: Heliotrope. HEX triplet: B9, 6D and FA. RGB value is (185,109,250). Sum of RGB (Red+Green+Blue) = 185+109+250=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #B96DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DFA is #469205. Grayscale: #939393. Windows color (decimal): -4624902 or 16412089. OLE color: 16412089.

HSL color Cylindrical-coordinate representation of color #B96DFA: hue angle of 272.34º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B96DFA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 109 250 -
CMYK 0.26 0.56 0 0.02
HSL 272.34º 0.93% 0.7% -
HSV(B) 272.34º 0.56% 0.98% -
XYZ 42.73 28.15 93.62 -
YUV 147.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 185 109 250 0.26 0.56 0 0.02 272.34 0.93 0.7
Hex B9 6D FA 1A 38 0 2 110 5D 46
Octal 271 155 372 32 70 0 2 420 135 106
Binary 10111001 1101101 11111010 11010 111000 0 10 100010000 1011101 1000110

Color Harmonies of #B96DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DFA

Black with #B96DFA

Text Example


Text Example

White with #B96DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DFA; }

 p { color: rgb(185,109,250); }

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

background-color css

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

 a { background-color: rgb(185,109,250); }

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

border-color css

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

 span { border-color: rgb(185,109,250); }

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