Html Css Color HEX #BB73E5 Medium Orchid

📋 copy color: '#BB73E5'

red 187 ◦ green 115 ◦ blue 229

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

Shades of Medium Orchid #BB73E5

Tints of Medium Orchid #BB73E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.13%

R = 35.22%
G = 21.66%
B = 43.13%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB73E5 (or 0xBB73E5) is known color: Medium Orchid. HEX triplet: BB, 73 and E5. RGB value is (187,115,229). Sum of RGB (Red+Green+Blue) = 187+115+229=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73E5 is #448C1A. Grayscale: #959595. Windows color (decimal): -4492315 or 15037371. OLE color: 15037371.

HSL color Cylindrical-coordinate representation of color #BB73E5: hue angle of 277.89º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB73E5 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 115 229 -
CMYK 0.18 0.50 0 0.10
HSL 277.89º 0.69% 0.67% -
HSV(B) 277.89º 0.5% 0.9% -
XYZ 40.77 28.48 77.48 -
YUV 149.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 187 115 229 0.18 0.50 0 0.10 277.89 0.69 0.67
Hex BB 73 E5 12 32 0 A 116 45 43
Octal 273 163 345 22 62 0 12 426 105 103
Binary 10111011 1110011 11100101 10010 110010 0 1010 100010110 1000101 1000011

Color Harmonies of #BB73E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73E5

Black with #BB73E5

Text Example


Text Example

White with #BB73E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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