Html Css Color HEX #BB73ED Heliotrope

📋 copy color: '#BB73ED'

red 187 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #BB73ED

Tints of Heliotrope #BB73ED

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.34%

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

R = 34.69%
G = 21.34%
B = 43.97%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB73ED (or 0xBB73ED) is known color: Heliotrope. HEX triplet: BB, 73 and ED. RGB value is (187,115,237). Sum of RGB (Red+Green+Blue) = 187+115+237=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73ED is #448C12. Grayscale: #969696. Windows color (decimal): -4492307 or 15561659. OLE color: 15561659.

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

Color convert

RGB 187 115 237 -
CMYK 0.21 0.51 0 0.07
HSL 275.41º 0.77% 0.69% -
HSV(B) 275.41º 0.51% 0.93% -
XYZ 41.91 28.94 83.5 -
YUV 150.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 187 115 237 0.21 0.51 0 0.07 275.41 0.77 0.69
Hex BB 73 ED 15 33 0 7 113 4D 45
Octal 273 163 355 25 63 0 7 423 115 105
Binary 10111011 1110011 11101101 10101 110011 0 111 100010011 1001101 1000101

Color Harmonies of #BB73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73ED

Black with #BB73ED

Text Example


Text Example

White with #BB73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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