Html Css Color HEX #BD34F0 Medium Orchid

📋 copy color: '#BD34F0'

red 189 ◦ green 52 ◦ blue 240

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

Shades of Medium Orchid #BD34F0

Tints of Medium Orchid #BD34F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 39.29%
G = 10.81%
B = 49.9%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD34F0 (or 0xBD34F0) is known color: Medium Orchid. HEX triplet: BD, 34 and F0. RGB value is (189,52,240). Sum of RGB (Red+Green+Blue) = 189+52+240=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD34F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD34F0 is #42CB0F. Grayscale: #717171. Windows color (decimal): -4377360 or 15742141. OLE color: 15742141.

HSL color Cylindrical-coordinate representation of color #BD34F0: hue angle of 283.72º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD34F0 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 52 240 -
CMYK 0.21 0.78 0 0.06
HSL 283.72º 0.86% 0.57% -
HSV(B) 283.72º 0.78% 0.94% -
XYZ 37.94 19.57 84.21 -
YUV 114.4 198.89 181.21 -
System Red Green Blue C M Y K H S L
Decimal 189 52 240 0.21 0.78 0 0.06 283.72 0.86 0.57
Hex BD 34 F0 15 4E 0 6 11C 56 39
Octal 275 64 360 25 116 0 6 434 126 71
Binary 10111101 110100 11110000 10101 1001110 0 110 100011100 1010110 111001

Color Harmonies of #BD34F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34F0

Black with #BD34F0

Text Example


Text Example

White with #BD34F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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