Html Css Color HEX #BB74FE Heliotrope

📋 copy color: '#BB74FE'

red 187 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #BB74FE

Tints of Heliotrope #BB74FE

RGB

 RED value IS 187 (73.44% from 255) = 33.57%

 GREEN value IS 116 (45.7% from 255) = 20.83%

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 33.57%
G = 20.83%
B = 45.6%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB74FE (or 0xBB74FE) is known color: Heliotrope. HEX triplet: BB, 74 and FE. RGB value is (187,116,254). Sum of RGB (Red+Green+Blue) = 187+116+254=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB74FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74FE is #448B01. Grayscale: #989898. Windows color (decimal): -4492034 or 16676027. OLE color: 16676027.

HSL color Cylindrical-coordinate representation of color #BB74FE: hue angle of 270.87º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB74FE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 116 254 -
CMYK 0.26 0.54 0 0.00
HSL 270.87º 0.99% 0.73% -
HSV(B) 270.87º 0.54% 1% -
XYZ 44.63 30.21 97.25 -
YUV 152.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 187 116 254 0.26 0.54 0 0.00 270.87 0.99 0.73
Hex BB 74 FE 1A 36 0 0 10F 63 49
Octal 273 164 376 32 66 0 0 417 143 111
Binary 10111011 1110100 11111110 11010 110110 0 0 100001111 1100011 1001001

Color Harmonies of #BB74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74FE

Black with #BB74FE

Text Example


Text Example

White with #BB74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74FE; }

 p { color: rgb(187,116,254); }

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

background-color css

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

 a { background-color: rgb(187,116,254); }

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

border-color css

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

 span { border-color: rgb(187,116,254); }

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