Html Css Color HEX #BD3FD0 Medium Orchid

📋 copy color: '#BD3FD0'

red 189 ◦ green 63 ◦ blue 208

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

Shades of Medium Orchid #BD3FD0

Tints of Medium Orchid #BD3FD0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.7%

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 41.09%
G = 13.7%
B = 45.22%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD3FD0 (or 0xBD3FD0) is known color: Medium Orchid. HEX triplet: BD, 3F and D0. RGB value is (189,63,208). Sum of RGB (Red+Green+Blue) = 189+63+208=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD3FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FD0 is #42C02F. Grayscale: #747474. Windows color (decimal): -4374576 or 13647805. OLE color: 13647805.

HSL color Cylindrical-coordinate representation of color #BD3FD0: hue angle of 292.14º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3FD0 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 63 208 -
CMYK 0.09 0.70 0 0.18
HSL 292.14º 0.61% 0.53% -
HSV(B) 292.14º 0.7% 0.82% -
XYZ 34.15 18.93 61.53 -
YUV 117.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 189 63 208 0.09 0.70 0 0.18 292.14 0.61 0.53
Hex BD 3F D0 9 46 0 12 124 3D 35
Octal 275 77 320 11 106 0 22 444 75 65
Binary 10111101 111111 11010000 1001 1000110 0 10010 100100100 111101 110101

Color Harmonies of #BD3FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FD0

Black with #BD3FD0

Text Example


Text Example

White with #BD3FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FD0; }

 p { color: rgb(189,63,208); }

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

background-color css

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

 a { background-color: rgb(189,63,208); }

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

border-color css

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

 span { border-color: rgb(189,63,208); }

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