Html Css Color HEX #BB5BFD Heliotrope

📋 copy color: '#BB5BFD'

red 187 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #BB5BFD

Tints of Heliotrope #BB5BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.14%

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

R = 35.22%
G = 17.14%
B = 47.65%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB5BFD (or 0xBB5BFD) is known color: Heliotrope. HEX triplet: BB, 5B and FD. RGB value is (187,91,253). Sum of RGB (Red+Green+Blue) = 187+91+253=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BFD is #44A402. Grayscale: #898989. Windows color (decimal): -4498435 or 16604091. OLE color: 16604091.

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

Color convert

RGB 187 91 253 -
CMYK 0.26 0.64 0 0.01
HSL 275.56º 0.98% 0.67% -
HSV(B) 275.56º 0.64% 0.99% -
XYZ 41.96 25.14 95.57 -
YUV 138.17 192.8 162.83 -
System Red Green Blue C M Y K H S L
Decimal 187 91 253 0.26 0.64 0 0.01 275.56 0.98 0.67
Hex BB 5B FD 1A 40 0 1 114 62 43
Octal 273 133 375 32 100 0 1 424 142 103
Binary 10111011 1011011 11111101 11010 1000000 0 1 100010100 1100010 1000011

Color Harmonies of #BB5BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BFD

Black with #BB5BFD

Text Example


Text Example

White with #BB5BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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