Html Css Color HEX #B975F2 Heliotrope

📋 copy color: '#B975F2'

red 185 ◦ green 117 ◦ blue 242

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

Shades of Heliotrope #B975F2

Tints of Heliotrope #B975F2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 242 (94.92% from 255) = 44.49%

R = 34.01%
G = 21.51%
B = 44.49%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B975F2 (or 0xB975F2) is known color: Heliotrope. HEX triplet: B9, 75 and F2. RGB value is (185,117,242). Sum of RGB (Red+Green+Blue) = 185+117+242=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #B975F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B975F2 is #468A0D. Grayscale: #979797. Windows color (decimal): -4622862 or 15889849. OLE color: 15889849.

HSL color Cylindrical-coordinate representation of color #B975F2: hue angle of 272.64º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B975F2 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 117 242 -
CMYK 0.24 0.52 0 0.05
HSL 272.64º 0.83% 0.7% -
HSV(B) 272.64º 0.52% 0.95% -
XYZ 42.4 29.45 87.45 -
YUV 151.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 185 117 242 0.24 0.52 0 0.05 272.64 0.83 0.7
Hex B9 75 F2 18 34 0 5 111 53 46
Octal 271 165 362 30 64 0 5 421 123 106
Binary 10111001 1110101 11110010 11000 110100 0 101 100010001 1010011 1000110

Color Harmonies of #B975F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975F2

Black with #B975F2

Text Example


Text Example

White with #B975F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975F2; }

 p { color: rgb(185,117,242); }

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

background-color css

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

 a { background-color: rgb(185,117,242); }

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

border-color css

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

 span { border-color: rgb(185,117,242); }

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