Html Css Color HEX #BD33E8 Medium Orchid

📋 copy color: '#BD33E8'

red 189 ◦ green 51 ◦ blue 232

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

Shades of Medium Orchid #BD33E8

Tints of Medium Orchid #BD33E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.15%

R = 40.04%
G = 10.81%
B = 49.15%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD33E8 (or 0xBD33E8) is known color: Medium Orchid. HEX triplet: BD, 33 and E8. RGB value is (189,51,232). Sum of RGB (Red+Green+Blue) = 189+51+232=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD33E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33E8 is #42CC17. Grayscale: #707070. Windows color (decimal): -4377624 or 15217597. OLE color: 15217597.

HSL color Cylindrical-coordinate representation of color #BD33E8: hue angle of 285.75º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD33E8 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 51 232 -
CMYK 0.19 0.78 0 0.09
HSL 285.75º 0.8% 0.55% -
HSV(B) 285.75º 0.78% 0.91% -
XYZ 36.74 19.01 78.08 -
YUV 112.9 195.22 182.28 -
System Red Green Blue C M Y K H S L
Decimal 189 51 232 0.19 0.78 0 0.09 285.75 0.8 0.55
Hex BD 33 E8 13 4E 0 9 11E 50 37
Octal 275 63 350 23 116 0 11 436 120 67
Binary 10111101 110011 11101000 10011 1001110 0 1001 100011110 1010000 110111

Color Harmonies of #BD33E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33E8

Black with #BD33E8

Text Example


Text Example

White with #BD33E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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