Html Css Color HEX #B975ED Heliotrope

📋 copy color: '#B975ED'

red 185 ◦ green 117 ◦ blue 237

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

Shades of Heliotrope #B975ED

Tints of Heliotrope #B975ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 34.32%
G = 21.71%
B = 43.97%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B975ED (or 0xB975ED) is known color: Heliotrope. HEX triplet: B9, 75 and ED. RGB value is (185,117,237). Sum of RGB (Red+Green+Blue) = 185+117+237=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #B975ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B975ED is #468A12. Grayscale: #969696. Windows color (decimal): -4622867 or 15562169. OLE color: 15562169.

HSL color Cylindrical-coordinate representation of color #B975ED: hue angle of 274º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B975ED is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 117 237 -
CMYK 0.22 0.51 0 0.07
HSL 274º 0.77% 0.69% -
HSV(B) 274º 0.51% 0.93% -
XYZ 41.65 29.15 83.55 -
YUV 151.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 185 117 237 0.22 0.51 0 0.07 274 0.77 0.69
Hex B9 75 ED 16 33 0 7 112 4D 45
Octal 271 165 355 26 63 0 7 422 115 105
Binary 10111001 1110101 11101101 10110 110011 0 111 100010010 1001101 1000101

Color Harmonies of #B975ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975ED

Black with #B975ED

Text Example


Text Example

White with #B975ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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