Html Css Color HEX #BD4FDF Medium Orchid

📋 copy color: '#BD4FDF'

red 189 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #BD4FDF

Tints of Medium Orchid #BD4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.09%

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

R = 38.49%
G = 16.09%
B = 45.42%

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

#BD4FDF (or 0xBD4FDF) is known color: Medium Orchid. HEX triplet: BD, 4F and DF. RGB value is (189,79,223). Sum of RGB (Red+Green+Blue) = 189+79+223=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FDF is #42B020. Grayscale: #7F7F7F. Windows color (decimal): -4370465 or 14634941. OLE color: 14634941.

HSL color Cylindrical-coordinate representation of color #BD4FDF: hue angle of 285.83º 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 #BD4FDF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 79 223 -
CMYK 0.15 0.65 0 0.13
HSL 285.83º 0.69% 0.59% -
HSV(B) 285.83º 0.65% 0.87% -
XYZ 37.1 21.74 72.05 -
YUV 128.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 189 79 223 0.15 0.65 0 0.13 285.83 0.69 0.59
Hex BD 4F DF F 41 0 D 11E 45 3B
Octal 275 117 337 17 101 0 15 436 105 73
Binary 10111101 1001111 11011111 1111 1000001 0 1101 100011110 1000101 111011

Color Harmonies of #BD4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FDF

Black with #BD4FDF

Text Example


Text Example

White with #BD4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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