Html Css Color HEX #BD54CC Medium Orchid

📋 copy color: '#BD54CC'

red 189 ◦ green 84 ◦ blue 204

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

Shades of Medium Orchid #BD54CC

Tints of Medium Orchid #BD54CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 39.62%
G = 17.61%
B = 42.77%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD54CC (or 0xBD54CC) is known color: Medium Orchid. HEX triplet: BD, 54 and CC. RGB value is (189,84,204). Sum of RGB (Red+Green+Blue) = 189+84+204=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54CC is #42AB33. Grayscale: #808080. Windows color (decimal): -4369204 or 13391037. OLE color: 13391037.

HSL color Cylindrical-coordinate representation of color #BD54CC: hue angle of 292.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD54CC is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 84 204 -
CMYK 0.07 0.59 0 0.2
HSL 292.5º 0.54% 0.56% -
HSV(B) 292.5º 0.59% 0.8% -
XYZ 35.06 21.52 59.43 -
YUV 129.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 189 84 204 0.07 0.59 0 0.2 292.5 0.54 0.56
Hex BD 54 CC 7 3B 0 14 124 36 38
Octal 275 124 314 7 73 0 24 444 66 70
Binary 10111101 1010100 11001100 111 111011 0 10100 100100100 110110 111000

Color Harmonies of #BD54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54CC

Black with #BD54CC

Text Example


Text Example

White with #BD54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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