Html Css Color HEX #B97EFF Heliotrope

📋 copy color: '#B97EFF'

red 185 ◦ green 126 ◦ blue 255

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

Shades of Heliotrope #B97EFF

Tints of Heliotrope #B97EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.26%

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

R = 32.69%
G = 22.26%
B = 45.05%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B97EFF (or 0xB97EFF) is known color: Heliotrope. HEX triplet: B9, 7E and FF. RGB value is (185,126,255). Sum of RGB (Red+Green+Blue) = 185+126+255=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #B97EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97EFF is #468100. Grayscale: #9D9D9D. Windows color (decimal): -4620545 or 16744121. OLE color: 16744121.

HSL color Cylindrical-coordinate representation of color #B97EFF: hue angle of 267.44º 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 #B97EFF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 126 255 -
CMYK 0.27 0.51 0 0
HSL 267.44º 1% 0.75% -
HSV(B) 267.44º 0.51% 1% -
XYZ 45.52 32.46 98.47 -
YUV 158.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 185 126 255 0.27 0.51 0 0 267.44 1 0.75
Hex B9 7E FF 1B 33 0 0 10B 64 4B
Octal 271 176 377 33 63 0 0 413 144 113
Binary 10111001 1111110 11111111 11011 110011 0 0 100001011 1100100 1001011

Color Harmonies of #B97EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EFF

Black with #B97EFF

Text Example


Text Example

White with #B97EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EFF; }

 p { color: rgb(185,126,255); }

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

background-color css

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

 a { background-color: rgb(185,126,255); }

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

border-color css

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

 span { border-color: rgb(185,126,255); }

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