Html Css Color HEX #B965FA Heliotrope

📋 copy color: '#B965FA'

red 185 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #B965FA

Tints of Heliotrope #B965FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 34.51%
G = 18.84%
B = 46.64%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B965FA (or 0xB965FA) is known color: Heliotrope. HEX triplet: B9, 65 and FA. RGB value is (185,101,250). Sum of RGB (Red+Green+Blue) = 185+101+250=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #B965FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965FA is #469A05. Grayscale: #8E8E8E. Windows color (decimal): -4626950 or 16410041. OLE color: 16410041.

HSL color Cylindrical-coordinate representation of color #B965FA: hue angle of 273.83º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B965FA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 101 250 -
CMYK 0.26 0.60 0 0.02
HSL 273.83º 0.94% 0.69% -
HSV(B) 273.83º 0.6% 0.98% -
XYZ 41.92 26.52 93.35 -
YUV 143.1 188.33 157.88 -
System Red Green Blue C M Y K H S L
Decimal 185 101 250 0.26 0.60 0 0.02 273.83 0.94 0.69
Hex B9 65 FA 1A 3C 0 2 112 5E 45
Octal 271 145 372 32 74 0 2 422 136 105
Binary 10111001 1100101 11111010 11010 111100 0 10 100010010 1011110 1000101

Color Harmonies of #B965FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965FA

Black with #B965FA

Text Example


Text Example

White with #B965FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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