Html Css Color HEX #BD34E4 Medium Orchid

📋 copy color: '#BD34E4'

red 189 ◦ green 52 ◦ blue 228

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

Shades of Medium Orchid #BD34E4

Tints of Medium Orchid #BD34E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.61%

R = 40.3%
G = 11.09%
B = 48.61%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD34E4 (or 0xBD34E4) is known color: Medium Orchid. HEX triplet: BD, 34 and E4. RGB value is (189,52,228). Sum of RGB (Red+Green+Blue) = 189+52+228=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD34E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34E4 is #42CB1B. Grayscale: #707070. Windows color (decimal): -4377372 or 14955709. OLE color: 14955709.

HSL color Cylindrical-coordinate representation of color #BD34E4: hue angle of 286.7º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD34E4 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 52 228 -
CMYK 0.17 0.77 0 0.11
HSL 286.7º 0.77% 0.55% -
HSV(B) 286.7º 0.77% 0.89% -
XYZ 36.22 18.88 75.13 -
YUV 113.03 192.89 182.19 -
System Red Green Blue C M Y K H S L
Decimal 189 52 228 0.17 0.77 0 0.11 286.7 0.77 0.55
Hex BD 34 E4 11 4D 0 B 11F 4D 37
Octal 275 64 344 21 115 0 13 437 115 67
Binary 10111101 110100 11100100 10001 1001101 0 1011 100011111 1001101 110111

Color Harmonies of #BD34E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34E4

Black with #BD34E4

Text Example


Text Example

White with #BD34E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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