Html Css Color HEX #BD4CDD Medium Orchid

📋 copy color: '#BD4CDD'

red 189 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #BD4CDD

Tints of Medium Orchid #BD4CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 38.89%
G = 15.64%
B = 45.47%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD4CDD (or 0xBD4CDD) is known color: Medium Orchid. HEX triplet: BD, 4C and DD. RGB value is (189,76,221). Sum of RGB (Red+Green+Blue) = 189+76+221=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CDD is #42B322. Grayscale: #7D7D7D. Windows color (decimal): -4371235 or 14503101. OLE color: 14503101.

HSL color Cylindrical-coordinate representation of color #BD4CDD: hue angle of 286.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4CDD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 76 221 -
CMYK 0.14 0.66 0 0.13
HSL 286.76º 0.68% 0.58% -
HSV(B) 286.76º 0.66% 0.87% -
XYZ 36.62 21.21 70.57 -
YUV 126.32 181.44 172.71 -
System Red Green Blue C M Y K H S L
Decimal 189 76 221 0.14 0.66 0 0.13 286.76 0.68 0.58
Hex BD 4C DD E 42 0 D 11F 44 3A
Octal 275 114 335 16 102 0 15 437 104 72
Binary 10111101 1001100 11011101 1110 1000010 0 1101 100011111 1000100 111010

Color Harmonies of #BD4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CDD

Black with #BD4CDD

Text Example


Text Example

White with #BD4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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