Html Css Color HEX #BD34D6 Medium Orchid

📋 copy color: '#BD34D6'

red 189 ◦ green 52 ◦ blue 214

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

Shades of Medium Orchid #BD34D6

Tints of Medium Orchid #BD34D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.03%

R = 41.54%
G = 11.43%
B = 47.03%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD34D6 (or 0xBD34D6) is known color: Medium Orchid. HEX triplet: BD, 34 and D6. RGB value is (189,52,214). Sum of RGB (Red+Green+Blue) = 189+52+214=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD34D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34D6 is #42CB29. Grayscale: #6E6E6E. Windows color (decimal): -4377386 or 14038205. OLE color: 14038205.

HSL color Cylindrical-coordinate representation of color #BD34D6: hue angle of 290.74º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD34D6 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 52 214 -
CMYK 0.12 0.76 0 0.16
HSL 290.74º 0.66% 0.52% -
HSV(B) 290.74º 0.76% 0.84% -
XYZ 34.35 18.13 65.31 -
YUV 111.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 189 52 214 0.12 0.76 0 0.16 290.74 0.66 0.52
Hex BD 34 D6 C 4C 0 10 123 42 34
Octal 275 64 326 14 114 0 20 443 102 64
Binary 10111101 110100 11010110 1100 1001100 0 10000 100100011 1000010 110100

Color Harmonies of #BD34D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34D6

Black with #BD34D6

Text Example


Text Example

White with #BD34D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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