Html Css Color HEX #BD58DA Medium Orchid

📋 copy color: '#BD58DA'

red 189 ◦ green 88 ◦ blue 218

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

Shades of Medium Orchid #BD58DA

Tints of Medium Orchid #BD58DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 38.18%
G = 17.78%
B = 44.04%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD58DA (or 0xBD58DA) is known color: Medium Orchid. HEX triplet: BD, 58 and DA. RGB value is (189,88,218). Sum of RGB (Red+Green+Blue) = 189+88+218=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD58DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58DA is #42A725. Grayscale: #848484. Windows color (decimal): -4368166 or 14309565. OLE color: 14309565.

HSL color Cylindrical-coordinate representation of color #BD58DA: hue angle of 286.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD58DA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 88 218 -
CMYK 0.13 0.60 0 0.15
HSL 286.62º 0.64% 0.6% -
HSV(B) 286.62º 0.6% 0.85% -
XYZ 37.13 22.86 68.79 -
YUV 133.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 189 88 218 0.13 0.60 0 0.15 286.62 0.64 0.6
Hex BD 58 DA D 3C 0 F 11F 40 3C
Octal 275 130 332 15 74 0 17 437 100 74
Binary 10111101 1011000 11011010 1101 111100 0 1111 100011111 1000000 111100

Color Harmonies of #BD58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58DA

Black with #BD58DA

Text Example


Text Example

White with #BD58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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