Html Css Color HEX #B965FD Heliotrope

📋 copy color: '#B965FD'

red 185 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #B965FD

Tints of Heliotrope #B965FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.74%

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

R = 34.32%
G = 18.74%
B = 46.94%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B965FD (or 0xB965FD) is known color: Heliotrope. HEX triplet: B9, 65 and FD. RGB value is (185,101,253). Sum of RGB (Red+Green+Blue) = 185+101+253=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #B965FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965FD is #469A02. Grayscale: #8E8E8E. Windows color (decimal): -4626947 or 16606649. OLE color: 16606649.

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

Color convert

RGB 185 101 253 -
CMYK 0.27 0.60 0 0.01
HSL 273.16º 0.97% 0.69% -
HSV(B) 273.16º 0.6% 0.99% -
XYZ 42.39 26.71 95.85 -
YUV 143.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 185 101 253 0.27 0.60 0 0.01 273.16 0.97 0.69
Hex B9 65 FD 1B 3C 0 1 111 61 45
Octal 271 145 375 33 74 0 1 421 141 105
Binary 10111001 1100101 11111101 11011 111100 0 1 100010001 1100001 1000101

Color Harmonies of #B965FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965FD

Black with #B965FD

Text Example


Text Example

White with #B965FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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