Html Css Color HEX #B973FD Heliotrope

📋 copy color: '#B973FD'

red 185 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #B973FD

Tints of Heliotrope #B973FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.8%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 33.45%
G = 20.8%
B = 45.75%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B973FD (or 0xB973FD) is known color: Heliotrope. HEX triplet: B9, 73 and FD. RGB value is (185,115,253). Sum of RGB (Red+Green+Blue) = 185+115+253=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #B973FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973FD is #468C02. Grayscale: #979797. Windows color (decimal): -4623363 or 16610233. OLE color: 16610233.

HSL color Cylindrical-coordinate representation of color #B973FD: hue angle of 270.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B973FD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 115 253 -
CMYK 0.27 0.55 0 0.01
HSL 270.43º 0.97% 0.72% -
HSV(B) 270.43º 0.55% 0.99% -
XYZ 43.87 29.67 96.34 -
YUV 151.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 185 115 253 0.27 0.55 0 0.01 270.43 0.97 0.72
Hex B9 73 FD 1B 37 0 1 10E 61 48
Octal 271 163 375 33 67 0 1 416 141 110
Binary 10111001 1110011 11111101 11011 110111 0 1 100001110 1100001 1001000

Color Harmonies of #B973FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973FD

Black with #B973FD

Text Example


Text Example

White with #B973FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973FD; }

 p { color: rgb(185,115,253); }

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

background-color css

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

 a { background-color: rgb(185,115,253); }

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

border-color css

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

 span { border-color: rgb(185,115,253); }

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