Html Css Color HEX #BD44CC Medium Orchid

📋 copy color: '#BD44CC'

red 189 ◦ green 68 ◦ blue 204

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

Shades of Medium Orchid #BD44CC

Tints of Medium Orchid #BD44CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.75%

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

R = 41%
G = 14.75%
B = 44.25%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD44CC (or 0xBD44CC) is known color: Medium Orchid. HEX triplet: BD, 44 and CC. RGB value is (189,68,204). Sum of RGB (Red+Green+Blue) = 189+68+204=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44CC is #42BB33. Grayscale: #777777. Windows color (decimal): -4373300 or 13386941. OLE color: 13386941.

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

Color convert

RGB 189 68 204 -
CMYK 0.07 0.67 0 0.2
HSL 293.38º 0.57% 0.53% -
HSV(B) 293.38º 0.67% 0.8% -
XYZ 33.95 19.31 59.06 -
YUV 119.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 189 68 204 0.07 0.67 0 0.2 293.38 0.57 0.53
Hex BD 44 CC 7 43 0 14 125 39 35
Octal 275 104 314 7 103 0 24 445 71 65
Binary 10111101 1000100 11001100 111 1000011 0 10100 100100101 111001 110101

Color Harmonies of #BD44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44CC

Black with #BD44CC

Text Example


Text Example

White with #BD44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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