Html Css Color HEX #BD45CC Medium Orchid

📋 copy color: '#BD45CC'

red 189 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #BD45CC

Tints of Medium Orchid #BD45CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.94%

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

R = 40.91%
G = 14.94%
B = 44.16%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD45CC (or 0xBD45CC) is known color: Medium Orchid. HEX triplet: BD, 45 and CC. RGB value is (189,69,204). Sum of RGB (Red+Green+Blue) = 189+69+204=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45CC is #42BA33. Grayscale: #777777. Windows color (decimal): -4373044 or 13387197. OLE color: 13387197.

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

Color convert

RGB 189 69 204 -
CMYK 0.07 0.66 0 0.2
HSL 293.33º 0.57% 0.54% -
HSV(B) 293.33º 0.66% 0.8% -
XYZ 34.01 19.43 59.09 -
YUV 120.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 189 69 204 0.07 0.66 0 0.2 293.33 0.57 0.54
Hex BD 45 CC 7 42 0 14 125 39 36
Octal 275 105 314 7 102 0 24 445 71 66
Binary 10111101 1000101 11001100 111 1000010 0 10100 100100101 111001 110110

Color Harmonies of #BD45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45CC

Black with #BD45CC

Text Example


Text Example

White with #BD45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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