Html Css Color HEX #BD4CDF Medium Orchid

📋 copy color: '#BD4CDF'

red 189 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #BD4CDF

Tints of Medium Orchid #BD4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.57%

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 38.73%
G = 15.57%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD4CDF (or 0xBD4CDF) is known color: Medium Orchid. HEX triplet: BD, 4C and DF. RGB value is (189,76,223). Sum of RGB (Red+Green+Blue) = 189+76+223=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CDF is #42B320. Grayscale: #7E7E7E. Windows color (decimal): -4371233 or 14634173. OLE color: 14634173.

HSL color Cylindrical-coordinate representation of color #BD4CDF: hue angle of 286.12º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4CDF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 76 223 -
CMYK 0.15 0.66 0 0.13
HSL 286.12º 0.7% 0.59% -
HSV(B) 286.12º 0.66% 0.87% -
XYZ 36.89 21.32 71.98 -
YUV 126.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 189 76 223 0.15 0.66 0 0.13 286.12 0.7 0.59
Hex BD 4C DF F 42 0 D 11E 46 3B
Octal 275 114 337 17 102 0 15 436 106 73
Binary 10111101 1001100 11011111 1111 1000010 0 1101 100011110 1000110 111011

Color Harmonies of #BD4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CDF

Black with #BD4CDF

Text Example


Text Example

White with #BD4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CDF; }

 p { color: rgb(189,76,223); }

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

background-color css

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

 a { background-color: rgb(189,76,223); }

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

border-color css

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

 span { border-color: rgb(189,76,223); }

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