Html Css Color HEX #BB74FD Heliotrope

📋 copy color: '#BB74FD'

red 187 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #BB74FD

Tints of Heliotrope #BB74FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.5%

R = 33.63%
G = 20.86%
B = 45.5%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB74FD (or 0xBB74FD) is known color: Heliotrope. HEX triplet: BB, 74 and FD. RGB value is (187,116,253). Sum of RGB (Red+Green+Blue) = 187+116+253=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74FD is #448B02. Grayscale: #989898. Windows color (decimal): -4492035 or 16610491. OLE color: 16610491.

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

Color convert

RGB 187 116 253 -
CMYK 0.26 0.54 0 0.01
HSL 271.09º 0.97% 0.72% -
HSV(B) 271.09º 0.54% 0.99% -
XYZ 44.47 30.15 96.4 -
YUV 152.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 187 116 253 0.26 0.54 0 0.01 271.09 0.97 0.72
Hex BB 74 FD 1A 36 0 1 10F 61 48
Octal 273 164 375 32 66 0 1 417 141 110
Binary 10111011 1110100 11111101 11010 110110 0 1 100001111 1100001 1001000

Color Harmonies of #BB74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74FD

Black with #BB74FD

Text Example


Text Example

White with #BB74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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