Html Css Color HEX #BD58CF Medium Orchid

📋 copy color: '#BD58CF'

red 189 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #BD58CF

Tints of Medium Orchid #BD58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 39.05%
G = 18.18%
B = 42.77%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD58CF (or 0xBD58CF) is known color: Medium Orchid. HEX triplet: BD, 58 and CF. RGB value is (189,88,207). Sum of RGB (Red+Green+Blue) = 189+88+207=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58CF is #42A730. Grayscale: #838383. Windows color (decimal): -4368177 or 13588669. OLE color: 13588669.

HSL color Cylindrical-coordinate representation of color #BD58CF: hue angle of 290.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD58CF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 88 207 -
CMYK 0.09 0.57 0 0.19
HSL 290.92º 0.55% 0.58% -
HSV(B) 290.92º 0.57% 0.81% -
XYZ 35.74 22.3 61.45 -
YUV 131.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 189 88 207 0.09 0.57 0 0.19 290.92 0.55 0.58
Hex BD 58 CF 9 39 0 13 123 37 3A
Octal 275 130 317 11 71 0 23 443 67 72
Binary 10111101 1011000 11001111 1001 111001 0 10011 100100011 110111 111010

Color Harmonies of #BD58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58CF

Black with #BD58CF

Text Example


Text Example

White with #BD58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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