Html Css Color HEX #BD3ACC Medium Orchid

📋 copy color: '#BD3ACC'

red 189 ◦ green 58 ◦ blue 204

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

Shades of Medium Orchid #BD3ACC

Tints of Medium Orchid #BD3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

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

R = 41.91%
G = 12.86%
B = 45.23%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD3ACC (or 0xBD3ACC) is known color: Medium Orchid. HEX triplet: BD, 3A and CC. RGB value is (189,58,204). Sum of RGB (Red+Green+Blue) = 189+58+204=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ACC is #42C533. Grayscale: #717171. Windows color (decimal): -4375860 or 13384381. OLE color: 13384381.

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

Color convert

RGB 189 58 204 -
CMYK 0.07 0.72 0 0.2
HSL 293.84º 0.59% 0.51% -
HSV(B) 293.84º 0.72% 0.8% -
XYZ 33.4 18.2 58.88 -
YUV 113.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 189 58 204 0.07 0.72 0 0.2 293.84 0.59 0.51
Hex BD 3A CC 7 48 0 14 126 3B 33
Octal 275 72 314 7 110 0 24 446 73 63
Binary 10111101 111010 11001100 111 1001000 0 10100 100100110 111011 110011

Color Harmonies of #BD3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3ACC

Black with #BD3ACC

Text Example


Text Example

White with #BD3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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