Html Css Color HEX #B965FC Heliotrope

📋 copy color: '#B965FC'

red 185 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #B965FC

Tints of Heliotrope #B965FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 34.39%
G = 18.77%
B = 46.84%

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

#B965FC (or 0xB965FC) is known color: Heliotrope. HEX triplet: B9, 65 and FC. RGB value is (185,101,252). Sum of RGB (Red+Green+Blue) = 185+101+252=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #B965FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965FC is #469A03. Grayscale: #8E8E8E. Windows color (decimal): -4626948 or 16541113. OLE color: 16541113.

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

Color convert

RGB 185 101 252 -
CMYK 0.27 0.60 0 0.01
HSL 273.38º 0.96% 0.69% -
HSV(B) 273.38º 0.6% 0.99% -
XYZ 42.23 26.65 95.01 -
YUV 143.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 185 101 252 0.27 0.60 0 0.01 273.38 0.96 0.69
Hex B9 65 FC 1B 3C 0 1 111 60 45
Octal 271 145 374 33 74 0 1 421 140 105
Binary 10111001 1100101 11111100 11011 111100 0 1 100010001 1100000 1000101

Color Harmonies of #B965FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965FC

Black with #B965FC

Text Example


Text Example

White with #B965FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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