Html Css Color HEX #BB58F3 Medium Orchid

📋 copy color: '#BB58F3'

red 187 ◦ green 88 ◦ blue 243

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

Shades of Medium Orchid #BB58F3

Tints of Medium Orchid #BB58F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.91%

R = 36.1%
G = 16.99%
B = 46.91%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB58F3 (or 0xBB58F3) is known color: Medium Orchid. HEX triplet: BB, 58 and F3. RGB value is (187,88,243). Sum of RGB (Red+Green+Blue) = 187+88+243=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB58F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB58F3 is #44A70C. Grayscale: #868686. Windows color (decimal): -4499213 or 15947963. OLE color: 15947963.

HSL color Cylindrical-coordinate representation of color #BB58F3: hue angle of 278.32º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB58F3 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 88 243 -
CMYK 0.23 0.64 0 0.05
HSL 278.32º 0.87% 0.65% -
HSV(B) 278.32º 0.64% 0.95% -
XYZ 40.16 24.02 87.31 -
YUV 135.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 187 88 243 0.23 0.64 0 0.05 278.32 0.87 0.65
Hex BB 58 F3 17 40 0 5 116 57 41
Octal 273 130 363 27 100 0 5 426 127 101
Binary 10111011 1011000 11110011 10111 1000000 0 101 100010110 1010111 1000001

Color Harmonies of #BB58F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB58F3

Black with #BB58F3

Text Example


Text Example

White with #BB58F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB58F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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