Html Css Color HEX #BD33D5 Medium Orchid

📋 copy color: '#BD33D5'

red 189 ◦ green 51 ◦ blue 213

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

Shades of Medium Orchid #BD33D5

Tints of Medium Orchid #BD33D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 41.72%
G = 11.26%
B = 47.02%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD33D5 (or 0xBD33D5) is known color: Medium Orchid. HEX triplet: BD, 33 and D5. RGB value is (189,51,213). Sum of RGB (Red+Green+Blue) = 189+51+213=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD33D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33D5 is #42CC2A. Grayscale: #6E6E6E. Windows color (decimal): -4377643 or 13972413. OLE color: 13972413.

HSL color Cylindrical-coordinate representation of color #BD33D5: hue angle of 291.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD33D5 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 51 213 -
CMYK 0.11 0.76 0 0.16
HSL 291.11º 0.66% 0.52% -
HSV(B) 291.11º 0.76% 0.84% -
XYZ 34.18 17.99 64.62 -
YUV 110.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 189 51 213 0.11 0.76 0 0.16 291.11 0.66 0.52
Hex BD 33 D5 B 4C 0 10 123 42 34
Octal 275 63 325 13 114 0 20 443 102 64
Binary 10111101 110011 11010101 1011 1001100 0 10000 100100011 1000010 110100

Color Harmonies of #BD33D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33D5

Black with #BD33D5

Text Example


Text Example

White with #BD33D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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