Html Css Color HEX #BD75DC Medium Orchid

📋 copy color: '#BD75DC'

red 189 ◦ green 117 ◦ blue 220

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

Shades of Medium Orchid #BD75DC

Tints of Medium Orchid #BD75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.24%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 35.93%
G = 22.24%
B = 41.83%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD75DC (or 0xBD75DC) is known color: Medium Orchid. HEX triplet: BD, 75 and DC. RGB value is (189,117,220). Sum of RGB (Red+Green+Blue) = 189+117+220=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75DC is #428A23. Grayscale: #959595. Windows color (decimal): -4360740 or 14448061. OLE color: 14448061.

HSL color Cylindrical-coordinate representation of color #BD75DC: hue angle of 281.94º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD75DC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 117 220 -
CMYK 0.14 0.47 0 0.14
HSL 281.94º 0.6% 0.66% -
HSV(B) 281.94º 0.47% 0.86% -
XYZ 40.27 28.71 71.13 -
YUV 150.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 189 117 220 0.14 0.47 0 0.14 281.94 0.6 0.66
Hex BD 75 DC E 2F 0 E 11A 3C 42
Octal 275 165 334 16 57 0 16 432 74 102
Binary 10111101 1110101 11011100 1110 101111 0 1110 100011010 111100 1000010

Color Harmonies of #BD75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75DC

Black with #BD75DC

Text Example


Text Example

White with #BD75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75DC; }

 p { color: rgb(189,117,220); }

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

background-color css

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

 a { background-color: rgb(189,117,220); }

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

border-color css

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

 span { border-color: rgb(189,117,220); }

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