Html Css Color HEX #BD4CCF Medium Orchid

📋 copy color: '#BD4CCF'

red 189 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #BD4CCF

Tints of Medium Orchid #BD4CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

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

R = 40.04%
G = 16.1%
B = 43.86%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD4CCF (or 0xBD4CCF) is known color: Medium Orchid. HEX triplet: BD, 4C and CF. RGB value is (189,76,207). Sum of RGB (Red+Green+Blue) = 189+76+207=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CCF is #42B330. Grayscale: #7C7C7C. Windows color (decimal): -4371249 or 13585597. OLE color: 13585597.

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

Color convert

RGB 189 76 207 -
CMYK 0.09 0.63 0 0.19
HSL 291.76º 0.58% 0.55% -
HSV(B) 291.76º 0.63% 0.81% -
XYZ 34.83 20.49 61.15 -
YUV 124.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 189 76 207 0.09 0.63 0 0.19 291.76 0.58 0.55
Hex BD 4C CF 9 3F 0 13 124 3A 37
Octal 275 114 317 11 77 0 23 444 72 67
Binary 10111101 1001100 11001111 1001 111111 0 10011 100100100 111010 110111

Color Harmonies of #BD4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CCF

Black with #BD4CCF

Text Example


Text Example

White with #BD4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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