Html Css Color HEX #B963FD Heliotrope

📋 copy color: '#B963FD'

red 185 ◦ green 99 ◦ blue 253

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

Shades of Heliotrope #B963FD

Tints of Heliotrope #B963FD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.44%

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

R = 34.45%
G = 18.44%
B = 47.11%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B963FD (or 0xB963FD) is known color: Heliotrope. HEX triplet: B9, 63 and FD. RGB value is (185,99,253). Sum of RGB (Red+Green+Blue) = 185+99+253=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #B963FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963FD is #469C02. Grayscale: #8D8D8D. Windows color (decimal): -4627459 or 16606137. OLE color: 16606137.

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

Color convert

RGB 185 99 253 -
CMYK 0.27 0.61 0 0.01
HSL 273.51º 0.97% 0.69% -
HSV(B) 273.51º 0.61% 0.99% -
XYZ 42.2 26.33 95.79 -
YUV 142.27 190.49 158.48 -
System Red Green Blue C M Y K H S L
Decimal 185 99 253 0.27 0.61 0 0.01 273.51 0.97 0.69
Hex B9 63 FD 1B 3D 0 1 112 61 45
Octal 271 143 375 33 75 0 1 422 141 105
Binary 10111001 1100011 11111101 11011 111101 0 1 100010010 1100001 1000101

Color Harmonies of #B963FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963FD

Black with #B963FD

Text Example


Text Example

White with #B963FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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