Html Css Color HEX #BB73E6 Medium Orchid

📋 copy color: '#BB73E6'

red 187 ◦ green 115 ◦ blue 230

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

Shades of Medium Orchid #BB73E6

Tints of Medium Orchid #BB73E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.23%

R = 35.15%
G = 21.62%
B = 43.23%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB73E6 (or 0xBB73E6) is known color: Medium Orchid. HEX triplet: BB, 73 and E6. RGB value is (187,115,230). Sum of RGB (Red+Green+Blue) = 187+115+230=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB73E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73E6 is #448C19. Grayscale: #959595. Windows color (decimal): -4492314 or 15102907. OLE color: 15102907.

HSL color Cylindrical-coordinate representation of color #BB73E6: hue angle of 277.57º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB73E6 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 115 230 -
CMYK 0.19 0.5 0 0.10
HSL 277.57º 0.7% 0.68% -
HSV(B) 277.57º 0.5% 0.9% -
XYZ 40.91 28.54 78.22 -
YUV 149.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 187 115 230 0.19 0.5 0 0.10 277.57 0.7 0.68
Hex BB 73 E6 13 32 0 A 116 46 44
Octal 273 163 346 23 62 0 12 426 106 104
Binary 10111011 1110011 11100110 10011 110010 0 1010 100010110 1000110 1000100

Color Harmonies of #BB73E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73E6

Black with #BB73E6

Text Example


Text Example

White with #BB73E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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