Html Css Color HEX #BD3FDF Medium Orchid

📋 copy color: '#BD3FDF'

red 189 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #BD3FDF

Tints of Medium Orchid #BD3FDF

RGB

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

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

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

R = 39.79%
G = 13.26%
B = 46.95%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD3FDF (or 0xBD3FDF) is known color: Medium Orchid. HEX triplet: BD, 3F and DF. RGB value is (189,63,223). Sum of RGB (Red+Green+Blue) = 189+63+223=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FDF is #42C020. Grayscale: #767676. Windows color (decimal): -4374561 or 14630845. OLE color: 14630845.

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

Color convert

RGB 189 63 223 -
CMYK 0.15 0.72 0 0.13
HSL 287.25º 0.71% 0.56% -
HSV(B) 287.25º 0.72% 0.87% -
XYZ 36.08 19.7 71.71 -
YUV 118.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 189 63 223 0.15 0.72 0 0.13 287.25 0.71 0.56
Hex BD 3F DF F 48 0 D 11F 47 38
Octal 275 77 337 17 110 0 15 437 107 70
Binary 10111101 111111 11011111 1111 1001000 0 1101 100011111 1000111 111000

Color Harmonies of #BD3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FDF

Black with #BD3FDF

Text Example


Text Example

White with #BD3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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