Html Css Color HEX #BD33EF Medium Orchid

📋 copy color: '#BD33EF'

red 189 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #BD33EF

Tints of Medium Orchid #BD33EF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.65%

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 39.46%
G = 10.65%
B = 49.9%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD33EF (or 0xBD33EF) is known color: Medium Orchid. HEX triplet: BD, 33 and EF. RGB value is (189,51,239). Sum of RGB (Red+Green+Blue) = 189+51+239=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD33EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33EF is #42CC10. Grayscale: #717171. Windows color (decimal): -4377617 or 15676349. OLE color: 15676349.

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

Color convert

RGB 189 51 239 -
CMYK 0.21 0.79 0 0.06
HSL 284.04º 0.85% 0.57% -
HSV(B) 284.04º 0.79% 0.94% -
XYZ 37.75 19.42 83.42 -
YUV 113.69 198.72 181.71 -
System Red Green Blue C M Y K H S L
Decimal 189 51 239 0.21 0.79 0 0.06 284.04 0.85 0.57
Hex BD 33 EF 15 4F 0 6 11C 55 39
Octal 275 63 357 25 117 0 6 434 125 71
Binary 10111101 110011 11101111 10101 1001111 0 110 100011100 1010101 111001

Color Harmonies of #BD33EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33EF

Black with #BD33EF

Text Example


Text Example

White with #BD33EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33EF; }

 p { color: rgb(189,51,239); }

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

background-color css

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

 a { background-color: rgb(189,51,239); }

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

border-color css

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

 span { border-color: rgb(189,51,239); }

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