Html Css Color HEX #BD33ED Medium Orchid

📋 copy color: '#BD33ED'

red 189 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #BD33ED

Tints of Medium Orchid #BD33ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 39.62%
G = 10.69%
B = 49.69%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD33ED (or 0xBD33ED) is known color: Medium Orchid. HEX triplet: BD, 33 and ED. RGB value is (189,51,237). Sum of RGB (Red+Green+Blue) = 189+51+237=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33ED is #42CC12. Grayscale: #707070. Windows color (decimal): -4377619 or 15545277. OLE color: 15545277.

HSL color Cylindrical-coordinate representation of color #BD33ED: hue angle of 284.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD33ED is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 51 237 -
CMYK 0.20 0.78 0 0.07
HSL 284.52º 0.84% 0.56% -
HSV(B) 284.52º 0.78% 0.93% -
XYZ 37.46 19.3 81.87 -
YUV 113.47 197.72 181.88 -
System Red Green Blue C M Y K H S L
Decimal 189 51 237 0.20 0.78 0 0.07 284.52 0.84 0.56
Hex BD 33 ED 14 4E 0 7 11D 54 38
Octal 275 63 355 24 116 0 7 435 124 70
Binary 10111101 110011 11101101 10100 1001110 0 111 100011101 1010100 111000

Color Harmonies of #BD33ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33ED

Black with #BD33ED

Text Example


Text Example

White with #BD33ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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