Html Css Color HEX #BB7CFD Heliotrope

📋 copy color: '#BB7CFD'

red 187 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #BB7CFD

Tints of Heliotrope #BB7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

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

R = 33.16%
G = 21.99%
B = 44.86%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB7CFD (or 0xBB7CFD) is known color: Heliotrope. HEX triplet: BB, 7C and FD. RGB value is (187,124,253). Sum of RGB (Red+Green+Blue) = 187+124+253=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CFD is #448302. Grayscale: #9D9D9D. Windows color (decimal): -4489987 or 16612539. OLE color: 16612539.

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

Color convert

RGB 187 124 253 -
CMYK 0.26 0.51 0 0.01
HSL 269.3º 0.97% 0.74% -
HSV(B) 269.3º 0.51% 0.99% -
XYZ 45.43 32.07 96.72 -
YUV 157.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 187 124 253 0.26 0.51 0 0.01 269.3 0.97 0.74
Hex BB 7C FD 1A 33 0 1 10D 61 4A
Octal 273 174 375 32 63 0 1 415 141 112
Binary 10111011 1111100 11111101 11010 110011 0 1 100001101 1100001 1001010

Color Harmonies of #BB7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CFD

Black with #BB7CFD

Text Example


Text Example

White with #BB7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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