Html Css Color HEX #BD42CC Medium Orchid

📋 copy color: '#BD42CC'

red 189 ◦ green 66 ◦ blue 204

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

Shades of Medium Orchid #BD42CC

Tints of Medium Orchid #BD42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.38%

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

R = 41.18%
G = 14.38%
B = 44.44%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD42CC (or 0xBD42CC) is known color: Medium Orchid. HEX triplet: BD, 42 and CC. RGB value is (189,66,204). Sum of RGB (Red+Green+Blue) = 189+66+204=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42CC is #42BD33. Grayscale: #767676. Windows color (decimal): -4373812 or 13386429. OLE color: 13386429.

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

Color convert

RGB 189 66 204 -
CMYK 0.07 0.68 0 0.2
HSL 293.48º 0.58% 0.53% -
HSV(B) 293.48º 0.68% 0.8% -
XYZ 33.83 19.07 59.03 -
YUV 118.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 189 66 204 0.07 0.68 0 0.2 293.48 0.58 0.53
Hex BD 42 CC 7 44 0 14 125 3A 35
Octal 275 102 314 7 104 0 24 445 72 65
Binary 10111101 1000010 11001100 111 1000100 0 10100 100100101 111010 110101

Color Harmonies of #BD42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42CC

Black with #BD42CC

Text Example


Text Example

White with #BD42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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