Html Css Color HEX #B971FD Heliotrope

📋 copy color: '#B971FD'

red 185 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #B971FD

Tints of Heliotrope #B971FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.51%

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

R = 33.58%
G = 20.51%
B = 45.92%

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

#B971FD (or 0xB971FD) is known color: Heliotrope. HEX triplet: B9, 71 and FD. RGB value is (185,113,253). Sum of RGB (Red+Green+Blue) = 185+113+253=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #B971FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FD is #468E02. Grayscale: #969696. Windows color (decimal): -4623875 or 16609721. OLE color: 16609721.

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

Color convert

RGB 185 113 253 -
CMYK 0.27 0.55 0 0.01
HSL 270.86º 0.97% 0.72% -
HSV(B) 270.86º 0.55% 0.99% -
XYZ 43.64 29.22 96.27 -
YUV 150.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 185 113 253 0.27 0.55 0 0.01 270.86 0.97 0.72
Hex B9 71 FD 1B 37 0 1 10F 61 48
Octal 271 161 375 33 67 0 1 417 141 110
Binary 10111001 1110001 11111101 11011 110111 0 1 100001111 1100001 1001000

Color Harmonies of #B971FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971FD

Black with #B971FD

Text Example


Text Example

White with #B971FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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