Html Css Color HEX #BD4DDE Medium Orchid

📋 copy color: '#BD4DDE'

red 189 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #BD4DDE

Tints of Medium Orchid #BD4DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.78%

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 38.73%
G = 15.78%
B = 45.49%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD4DDE (or 0xBD4DDE) is known color: Medium Orchid. HEX triplet: BD, 4D and DE. RGB value is (189,77,222). Sum of RGB (Red+Green+Blue) = 189+77+222=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DDE is #42B221. Grayscale: #7E7E7E. Windows color (decimal): -4370978 or 14568893. OLE color: 14568893.

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

Color convert

RGB 189 77 222 -
CMYK 0.15 0.65 0 0.13
HSL 286.34º 0.69% 0.59% -
HSV(B) 286.34º 0.65% 0.87% -
XYZ 36.82 21.4 71.3 -
YUV 127.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 189 77 222 0.15 0.65 0 0.13 286.34 0.69 0.59
Hex BD 4D DE F 41 0 D 11E 45 3B
Octal 275 115 336 17 101 0 15 436 105 73
Binary 10111101 1001101 11011110 1111 1000001 0 1101 100011110 1000101 111011

Color Harmonies of #BD4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DDE

Black with #BD4DDE

Text Example


Text Example

White with #BD4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DDE; }

 p { color: rgb(189,77,222); }

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

background-color css

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

 a { background-color: rgb(189,77,222); }

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

border-color css

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

 span { border-color: rgb(189,77,222); }

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