Html Css Color HEX #BD54CA Medium Orchid

📋 copy color: '#BD54CA'

red 189 ◦ green 84 ◦ blue 202

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

Shades of Medium Orchid #BD54CA

Tints of Medium Orchid #BD54CA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.68%

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

R = 39.79%
G = 17.68%
B = 42.53%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD54CA (or 0xBD54CA) is known color: Medium Orchid. HEX triplet: BD, 54 and CA. RGB value is (189,84,202). Sum of RGB (Red+Green+Blue) = 189+84+202=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD54CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54CA is #42AB35. Grayscale: #808080. Windows color (decimal): -4369206 or 13259965. OLE color: 13259965.

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

Color convert

RGB 189 84 202 -
CMYK 0.06 0.58 0 0.21
HSL 293.39º 0.53% 0.56% -
HSV(B) 293.39º 0.58% 0.79% -
XYZ 34.82 21.42 58.18 -
YUV 128.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 189 84 202 0.06 0.58 0 0.21 293.39 0.53 0.56
Hex BD 54 CA 6 3A 0 15 125 35 38
Octal 275 124 312 6 72 0 25 445 65 70
Binary 10111101 1010100 11001010 110 111010 0 10101 100100101 110101 111000

Color Harmonies of #BD54CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54CA

Black with #BD54CA

Text Example


Text Example

White with #BD54CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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