Html Css Color HEX #BD34E1 Medium Orchid

📋 copy color: '#BD34E1'

red 189 ◦ green 52 ◦ blue 225

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

Shades of Medium Orchid #BD34E1

Tints of Medium Orchid #BD34E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 40.56%
G = 11.16%
B = 48.28%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD34E1 (or 0xBD34E1) is known color: Medium Orchid. HEX triplet: BD, 34 and E1. RGB value is (189,52,225). Sum of RGB (Red+Green+Blue) = 189+52+225=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD34E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34E1 is #42CB1E. Grayscale: #707070. Windows color (decimal): -4377375 or 14759101. OLE color: 14759101.

HSL color Cylindrical-coordinate representation of color #BD34E1: hue angle of 287.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD34E1 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 52 225 -
CMYK 0.16 0.77 0 0.12
HSL 287.51º 0.74% 0.54% -
HSV(B) 287.51º 0.77% 0.88% -
XYZ 35.8 18.71 72.96 -
YUV 112.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 189 52 225 0.16 0.77 0 0.12 287.51 0.74 0.54
Hex BD 34 E1 10 4D 0 C 120 4A 36
Octal 275 64 341 20 115 0 14 440 112 66
Binary 10111101 110100 11100001 10000 1001101 0 1100 100100000 1001010 110110

Color Harmonies of #BD34E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34E1

Black with #BD34E1

Text Example


Text Example

White with #BD34E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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