Html Css Color HEX #BD34CD Medium Orchid

📋 copy color: '#BD34CD'

red 189 ◦ green 52 ◦ blue 205

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

Shades of Medium Orchid #BD34CD

Tints of Medium Orchid #BD34CD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.66%

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 42.38%
G = 11.66%
B = 45.96%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD34CD (or 0xBD34CD) is known color: Medium Orchid. HEX triplet: BD, 34 and CD. RGB value is (189,52,205). Sum of RGB (Red+Green+Blue) = 189+52+205=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD34CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34CD is #42CB32. Grayscale: #6D6D6D. Windows color (decimal): -4377395 or 13448381. OLE color: 13448381.

HSL color Cylindrical-coordinate representation of color #BD34CD: hue angle of 293.73º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD34CD is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 52 205 -
CMYK 0.08 0.75 0 0.20
HSL 293.73º 0.6% 0.5% -
HSV(B) 293.73º 0.75% 0.8% -
XYZ 33.23 17.68 59.42 -
YUV 110.41 181.39 184.06 -
System Red Green Blue C M Y K H S L
Decimal 189 52 205 0.08 0.75 0 0.20 293.73 0.6 0.5
Hex BD 34 CD 8 4B 0 14 126 3C 32
Octal 275 64 315 10 113 0 24 446 74 62
Binary 10111101 110100 11001101 1000 1001011 0 10100 100100110 111100 110010

Color Harmonies of #BD34CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34CD

Black with #BD34CD

Text Example


Text Example

White with #BD34CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34CD; }

 p { color: rgb(189,52,205); }

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

background-color css

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

 a { background-color: rgb(189,52,205); }

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

border-color css

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

 span { border-color: rgb(189,52,205); }

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