Html Css Color HEX #BD58FB Medium Orchid

📋 copy color: '#BD58FB'

red 189 ◦ green 88 ◦ blue 251

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

Shades of Medium Orchid #BD58FB

Tints of Medium Orchid #BD58FB

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 35.8%
G = 16.67%
B = 47.54%

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

#BD58FB (or 0xBD58FB) is known color: Medium Orchid. HEX triplet: BD, 58 and FB. RGB value is (189,88,251). Sum of RGB (Red+Green+Blue) = 189+88+251=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD58FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD58FB is #42A704. Grayscale: #888888. Windows color (decimal): -4368133 or 16472253. OLE color: 16472253.

HSL color Cylindrical-coordinate representation of color #BD58FB: hue angle of 277.18º degrees, saturation: 0.95, 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 #BD58FB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 88 251 -
CMYK 0.25 0.65 0 0.02
HSL 277.18º 0.95% 0.66% -
HSV(B) 277.18º 0.65% 0.98% -
XYZ 41.89 24.76 93.84 -
YUV 136.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 189 88 251 0.25 0.65 0 0.02 277.18 0.95 0.66
Hex BD 58 FB 19 41 0 2 115 5F 42
Octal 275 130 373 31 101 0 2 425 137 102
Binary 10111101 1011000 11111011 11001 1000001 0 10 100010101 1011111 1000010

Color Harmonies of #BD58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58FB

Black with #BD58FB

Text Example


Text Example

White with #BD58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58FB; }

 p { color: rgb(189,88,251); }

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

background-color css

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

 a { background-color: rgb(189,88,251); }

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

border-color css

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

 span { border-color: rgb(189,88,251); }

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