Html Css Color HEX #BD58EB Medium Orchid

📋 copy color: '#BD58EB'

red 189 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #BD58EB

Tints of Medium Orchid #BD58EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 36.91%
G = 17.19%
B = 45.9%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD58EB (or 0xBD58EB) is known color: Medium Orchid. HEX triplet: BD, 58 and EB. RGB value is (189,88,235). Sum of RGB (Red+Green+Blue) = 189+88+235=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD58EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD58EB is #42A714. Grayscale: #868686. Windows color (decimal): -4368149 or 15423677. OLE color: 15423677.

HSL color Cylindrical-coordinate representation of color #BD58EB: hue angle of 281.22º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD58EB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 88 235 -
CMYK 0.20 0.63 0 0.08
HSL 281.22º 0.79% 0.63% -
HSV(B) 281.22º 0.63% 0.92% -
XYZ 39.47 23.8 81.11 -
YUV 134.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 189 88 235 0.20 0.63 0 0.08 281.22 0.79 0.63
Hex BD 58 EB 14 3F 0 8 119 4F 3F
Octal 275 130 353 24 77 0 10 431 117 77
Binary 10111101 1011000 11101011 10100 111111 0 1000 100011001 1001111 111111

Color Harmonies of #BD58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58EB

Black with #BD58EB

Text Example


Text Example

White with #BD58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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