Html Css Color HEX #BB58FA Medium Orchid

📋 copy color: '#BB58FA'

red 187 ◦ green 88 ◦ blue 250

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

Shades of Medium Orchid #BB58FA

Tints of Medium Orchid #BB58FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 35.62%
G = 16.76%
B = 47.62%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB58FA (or 0xBB58FA) is known color: Medium Orchid. HEX triplet: BB, 58 and FA. RGB value is (187,88,250). Sum of RGB (Red+Green+Blue) = 187+88+250=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB58FA is #44A705. Grayscale: #878787. Windows color (decimal): -4499206 or 16406715. OLE color: 16406715.

HSL color Cylindrical-coordinate representation of color #BB58FA: hue angle of 276.67º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB58FA is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 88 250 -
CMYK 0.25 0.65 0 0.02
HSL 276.67º 0.94% 0.66% -
HSV(B) 276.67º 0.65% 0.98% -
XYZ 41.24 24.45 92.99 -
YUV 136.07 192.3 164.33 -
System Red Green Blue C M Y K H S L
Decimal 187 88 250 0.25 0.65 0 0.02 276.67 0.94 0.66
Hex BB 58 FA 19 41 0 2 115 5E 42
Octal 273 130 372 31 101 0 2 425 136 102
Binary 10111011 1011000 11111010 11001 1000001 0 10 100010101 1011110 1000010

Color Harmonies of #BB58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB58FA

Black with #BB58FA

Text Example


Text Example

White with #BB58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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