Html Css Color HEX #BD33E2 Medium Orchid

📋 copy color: '#BD33E2'

red 189 ◦ green 51 ◦ blue 226

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

Shades of Medium Orchid #BD33E2

Tints of Medium Orchid #BD33E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.5%

R = 40.56%
G = 10.94%
B = 48.5%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD33E2 (or 0xBD33E2) is known color: Medium Orchid. HEX triplet: BD, 33 and E2. RGB value is (189,51,226). Sum of RGB (Red+Green+Blue) = 189+51+226=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD33E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33E2 is #42CC1D. Grayscale: #6F6F6F. Windows color (decimal): -4377630 or 14824381. OLE color: 14824381.

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

Color convert

RGB 189 51 226 -
CMYK 0.16 0.77 0 0.11
HSL 287.31º 0.75% 0.54% -
HSV(B) 287.31º 0.77% 0.89% -
XYZ 35.9 18.68 73.66 -
YUV 112.21 192.22 182.77 -
System Red Green Blue C M Y K H S L
Decimal 189 51 226 0.16 0.77 0 0.11 287.31 0.75 0.54
Hex BD 33 E2 10 4D 0 B 11F 4B 36
Octal 275 63 342 20 115 0 13 437 113 66
Binary 10111101 110011 11100010 10000 1001101 0 1011 100011111 1001011 110110

Color Harmonies of #BD33E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33E2

Black with #BD33E2

Text Example


Text Example

White with #BD33E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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