Html Css Color HEX #BB58ED Medium Orchid

📋 copy color: '#BB58ED'

red 187 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #BB58ED

Tints of Medium Orchid #BB58ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.19%

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

R = 36.52%
G = 17.19%
B = 46.29%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB58ED (or 0xBB58ED) is known color: Medium Orchid. HEX triplet: BB, 58 and ED. RGB value is (187,88,237). Sum of RGB (Red+Green+Blue) = 187+88+237=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB58ED is #44A712. Grayscale: #868686. Windows color (decimal): -4499219 or 15554747. OLE color: 15554747.

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

Color convert

RGB 187 88 237 -
CMYK 0.21 0.63 0 0.07
HSL 279.87º 0.81% 0.64% -
HSV(B) 279.87º 0.63% 0.93% -
XYZ 39.27 23.66 82.62 -
YUV 134.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 187 88 237 0.21 0.63 0 0.07 279.87 0.81 0.64
Hex BB 58 ED 15 3F 0 7 118 51 40
Octal 273 130 355 25 77 0 7 430 121 100
Binary 10111011 1011000 11101101 10101 111111 0 111 100011000 1010001 1000000

Color Harmonies of #BB58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB58ED

Black with #BB58ED

Text Example


Text Example

White with #BB58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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