Html Css Color HEX #BD5CE5 Medium Orchid

📋 copy color: '#BD5CE5'

red 189 ◦ green 92 ◦ blue 229

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

Shades of Medium Orchid #BD5CE5

Tints of Medium Orchid #BD5CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.04%

 BLUE value IS 229 (89.84% from 255) = 44.9%

R = 37.06%
G = 18.04%
B = 44.9%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD5CE5 (or 0xBD5CE5) is known color: Medium Orchid. HEX triplet: BD, 5C and E5. RGB value is (189,92,229). Sum of RGB (Red+Green+Blue) = 189+92+229=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD5CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CE5 is #42A31A. Grayscale: #888888. Windows color (decimal): -4367131 or 15031485. OLE color: 15031485.

HSL color Cylindrical-coordinate representation of color #BD5CE5: hue angle of 282.48º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5CE5 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 92 229 -
CMYK 0.17 0.60 0 0.10
HSL 282.48º 0.72% 0.63% -
HSV(B) 282.48º 0.6% 0.9% -
XYZ 38.96 24.13 76.73 -
YUV 136.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 189 92 229 0.17 0.60 0 0.10 282.48 0.72 0.63
Hex BD 5C E5 11 3C 0 A 11A 48 3F
Octal 275 134 345 21 74 0 12 432 110 77
Binary 10111101 1011100 11100101 10001 111100 0 1010 100011010 1001000 111111

Color Harmonies of #BD5CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CE5

Black with #BD5CE5

Text Example


Text Example

White with #BD5CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CE5; }

 p { color: rgb(189,92,229); }

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

background-color css

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

 a { background-color: rgb(189,92,229); }

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

border-color css

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

 span { border-color: rgb(189,92,229); }

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