Html Css Color HEX #BD58FA Medium Orchid

📋 copy color: '#BD58FA'

red 189 ◦ green 88 ◦ blue 250

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

Shades of Medium Orchid #BD58FA

Tints of Medium Orchid #BD58FA

RGB

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

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

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

R = 35.86%
G = 16.7%
B = 47.44%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD58FA (or 0xBD58FA) is known color: Medium Orchid. HEX triplet: BD, 58 and FA. RGB value is (189,88,250). Sum of RGB (Red+Green+Blue) = 189+88+250=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD58FA is #42A705. Grayscale: #888888. Windows color (decimal): -4368134 or 16406717. OLE color: 16406717.

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

Color convert

RGB 189 88 250 -
CMYK 0.24 0.65 0 0.02
HSL 277.41º 0.94% 0.66% -
HSV(B) 277.41º 0.65% 0.98% -
XYZ 41.73 24.7 93.01 -
YUV 136.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 189 88 250 0.24 0.65 0 0.02 277.41 0.94 0.66
Hex BD 58 FA 18 41 0 2 115 5E 42
Octal 275 130 372 30 101 0 2 425 136 102
Binary 10111101 1011000 11111010 11000 1000001 0 10 100010101 1011110 1000010

Color Harmonies of #BD58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58FA

Black with #BD58FA

Text Example


Text Example

White with #BD58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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