Html Css Color HEX #BD43CC Medium Orchid

📋 copy color: '#BD43CC'

red 189 ◦ green 67 ◦ blue 204

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

Shades of Medium Orchid #BD43CC

Tints of Medium Orchid #BD43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.57%

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

R = 41.09%
G = 14.57%
B = 44.35%

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

#BD43CC (or 0xBD43CC) is known color: Medium Orchid. HEX triplet: BD, 43 and CC. RGB value is (189,67,204). Sum of RGB (Red+Green+Blue) = 189+67+204=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD43CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43CC is #42BC33. Grayscale: #767676. Windows color (decimal): -4373556 or 13386685. OLE color: 13386685.

HSL color Cylindrical-coordinate representation of color #BD43CC: hue angle of 293.43º 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 #BD43CC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 67 204 -
CMYK 0.07 0.67 0 0.2
HSL 293.43º 0.57% 0.53% -
HSV(B) 293.43º 0.67% 0.8% -
XYZ 33.89 19.19 59.04 -
YUV 119.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 189 67 204 0.07 0.67 0 0.2 293.43 0.57 0.53
Hex BD 43 CC 7 43 0 14 125 39 35
Octal 275 103 314 7 103 0 24 445 71 65
Binary 10111101 1000011 11001100 111 1000011 0 10100 100100101 111001 110101

Color Harmonies of #BD43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43CC

Black with #BD43CC

Text Example


Text Example

White with #BD43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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