Html Css Color HEX #BD4ECF Medium Orchid

📋 copy color: '#BD4ECF'

red 189 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #BD4ECF

Tints of Medium Orchid #BD4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.46%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 39.87%
G = 16.46%
B = 43.67%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD4ECF (or 0xBD4ECF) is known color: Medium Orchid. HEX triplet: BD, 4E and CF. RGB value is (189,78,207). Sum of RGB (Red+Green+Blue) = 189+78+207=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4ECF is #42B130. Grayscale: #7D7D7D. Windows color (decimal): -4370737 or 13586109. OLE color: 13586109.

HSL color Cylindrical-coordinate representation of color #BD4ECF: hue angle of 291.63º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4ECF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 78 207 -
CMYK 0.09 0.62 0 0.19
HSL 291.63º 0.57% 0.56% -
HSV(B) 291.63º 0.62% 0.81% -
XYZ 34.97 20.77 61.2 -
YUV 125.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 189 78 207 0.09 0.62 0 0.19 291.63 0.57 0.56
Hex BD 4E CF 9 3E 0 13 124 39 38
Octal 275 116 317 11 76 0 23 444 71 70
Binary 10111101 1001110 11001111 1001 111110 0 10011 100100100 111001 111000

Color Harmonies of #BD4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4ECF

Black with #BD4ECF

Text Example


Text Example

White with #BD4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4ECF; }

 p { color: rgb(189,78,207); }

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

background-color css

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

 a { background-color: rgb(189,78,207); }

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

border-color css

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

 span { border-color: rgb(189,78,207); }

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