Html Css Color HEX #BD5DCA Medium Orchid

📋 copy color: '#BD5DCA'

red 189 ◦ green 93 ◦ blue 202

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

Shades of Medium Orchid #BD5DCA

Tints of Medium Orchid #BD5DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.21%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 39.05%
G = 19.21%
B = 41.74%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD5DCA (or 0xBD5DCA) is known color: Medium Orchid. HEX triplet: BD, 5D and CA. RGB value is (189,93,202). Sum of RGB (Red+Green+Blue) = 189+93+202=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DCA is #42A235. Grayscale: #858585. Windows color (decimal): -4366902 or 13262269. OLE color: 13262269.

HSL color Cylindrical-coordinate representation of color #BD5DCA: hue angle of 292.84º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5DCA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 93 202 -
CMYK 0.06 0.54 0 0.21
HSL 292.84º 0.51% 0.58% -
HSV(B) 292.84º 0.54% 0.79% -
XYZ 35.56 22.91 58.43 -
YUV 134.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 189 93 202 0.06 0.54 0 0.21 292.84 0.51 0.58
Hex BD 5D CA 6 36 0 15 125 33 3A
Octal 275 135 312 6 66 0 25 445 63 72
Binary 10111101 1011101 11001010 110 110110 0 10101 100100101 110011 111010

Color Harmonies of #BD5DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DCA

Black with #BD5DCA

Text Example


Text Example

White with #BD5DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DCA; }

 p { color: rgb(189,93,202); }

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

background-color css

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

 a { background-color: rgb(189,93,202); }

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

border-color css

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

 span { border-color: rgb(189,93,202); }

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