Html Css Color HEX #BB7AED Heliotrope

📋 copy color: '#BB7AED'

red 187 ◦ green 122 ◦ blue 237

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

Shades of Heliotrope #BB7AED

Tints of Heliotrope #BB7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.34%

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

R = 34.25%
G = 22.34%
B = 43.41%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB7AED (or 0xBB7AED) is known color: Heliotrope. HEX triplet: BB, 7A and ED. RGB value is (187,122,237). Sum of RGB (Red+Green+Blue) = 187+122+237=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB7AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AED is #448512. Grayscale: #9A9A9A. Windows color (decimal): -4490515 or 15563451. OLE color: 15563451.

HSL color Cylindrical-coordinate representation of color #BB7AED: hue angle of 273.91º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7AED is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 122 237 -
CMYK 0.21 0.49 0 0.07
HSL 273.91º 0.76% 0.7% -
HSV(B) 273.91º 0.49% 0.93% -
XYZ 42.74 30.6 83.77 -
YUV 154.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 187 122 237 0.21 0.49 0 0.07 273.91 0.76 0.7
Hex BB 7A ED 15 31 0 7 112 4C 46
Octal 273 172 355 25 61 0 7 422 114 106
Binary 10111011 1111010 11101101 10101 110001 0 111 100010010 1001100 1000110

Color Harmonies of #BB7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7AED

Black with #BB7AED

Text Example


Text Example

White with #BB7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7AED; }

 p { color: rgb(187,122,237); }

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

background-color css

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

 a { background-color: rgb(187,122,237); }

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

border-color css

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

 span { border-color: rgb(187,122,237); }

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