Html Css Color HEX #BD4DCA Medium Orchid

📋 copy color: '#BD4DCA'

red 189 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #BD4DCA

Tints of Medium Orchid #BD4DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 40.38%
G = 16.45%
B = 43.16%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD4DCA (or 0xBD4DCA) is known color: Medium Orchid. HEX triplet: BD, 4D and CA. RGB value is (189,77,202). Sum of RGB (Red+Green+Blue) = 189+77+202=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD4DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DCA is #42B235. Grayscale: #7C7C7C. Windows color (decimal): -4370998 or 13258173. OLE color: 13258173.

HSL color Cylindrical-coordinate representation of color #BD4DCA: hue angle of 293.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4DCA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 77 202 -
CMYK 0.06 0.62 0 0.21
HSL 293.76º 0.54% 0.55% -
HSV(B) 293.76º 0.62% 0.79% -
XYZ 34.3 20.39 58.01 -
YUV 124.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 189 77 202 0.06 0.62 0 0.21 293.76 0.54 0.55
Hex BD 4D CA 6 3E 0 15 126 36 37
Octal 275 115 312 6 76 0 25 446 66 67
Binary 10111101 1001101 11001010 110 111110 0 10101 100100110 110110 110111

Color Harmonies of #BD4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DCA

Black with #BD4DCA

Text Example


Text Example

White with #BD4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DCA; }

 p { color: rgb(189,77,202); }

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

background-color css

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

 a { background-color: rgb(189,77,202); }

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

border-color css

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

 span { border-color: rgb(189,77,202); }

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