Html Css Color HEX #BD58CC Medium Orchid

📋 copy color: '#BD58CC'

red 189 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #BD58CC

Tints of Medium Orchid #BD58CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 39.29%
G = 18.3%
B = 42.41%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD58CC (or 0xBD58CC) is known color: Medium Orchid. HEX triplet: BD, 58 and CC. RGB value is (189,88,204). Sum of RGB (Red+Green+Blue) = 189+88+204=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58CC is #42A733. Grayscale: #838383. Windows color (decimal): -4368180 or 13392061. OLE color: 13392061.

HSL color Cylindrical-coordinate representation of color #BD58CC: hue angle of 292.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD58CC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 88 204 -
CMYK 0.07 0.57 0 0.2
HSL 292.24º 0.53% 0.57% -
HSV(B) 292.24º 0.57% 0.8% -
XYZ 35.38 22.16 59.54 -
YUV 131.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 189 88 204 0.07 0.57 0 0.2 292.24 0.53 0.57
Hex BD 58 CC 7 39 0 14 124 35 39
Octal 275 130 314 7 71 0 24 444 65 71
Binary 10111101 1011000 11001100 111 111001 0 10100 100100100 110101 111001

Color Harmonies of #BD58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58CC

Black with #BD58CC

Text Example


Text Example

White with #BD58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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