Html Css Color HEX #BD74DF Medium Orchid

📋 copy color: '#BD74DF'

red 189 ◦ green 116 ◦ blue 223

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

Shades of Medium Orchid #BD74DF

Tints of Medium Orchid #BD74DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.97%

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

R = 35.8%
G = 21.97%
B = 42.23%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD74DF (or 0xBD74DF) is known color: Medium Orchid. HEX triplet: BD, 74 and DF. RGB value is (189,116,223). Sum of RGB (Red+Green+Blue) = 189+116+223=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74DF is #428B20. Grayscale: #959595. Windows color (decimal): -4360993 or 14644413. OLE color: 14644413.

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

Color convert

RGB 189 116 223 -
CMYK 0.15 0.48 0 0.13
HSL 280.93º 0.63% 0.66% -
HSV(B) 280.93º 0.48% 0.87% -
XYZ 40.55 28.64 73.2 -
YUV 150.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 189 116 223 0.15 0.48 0 0.13 280.93 0.63 0.66
Hex BD 74 DF F 30 0 D 119 3F 42
Octal 275 164 337 17 60 0 15 431 77 102
Binary 10111101 1110100 11011111 1111 110000 0 1101 100011001 111111 1000010

Color Harmonies of #BD74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74DF

Black with #BD74DF

Text Example


Text Example

White with #BD74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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