Html Css Color HEX #BD44EE Medium Orchid

📋 copy color: '#BD44EE'

red 189 ◦ green 68 ◦ blue 238

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

Shades of Medium Orchid #BD44EE

Tints of Medium Orchid #BD44EE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.74%

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 38.18%
G = 13.74%
B = 48.08%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD44EE (or 0xBD44EE) is known color: Medium Orchid. HEX triplet: BD, 44 and EE. RGB value is (189,68,238). Sum of RGB (Red+Green+Blue) = 189+68+238=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44EE is #42BB11. Grayscale: #7B7B7B. Windows color (decimal): -4373266 or 15615165. OLE color: 15615165.

HSL color Cylindrical-coordinate representation of color #BD44EE: hue angle of 282.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD44EE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 68 238 -
CMYK 0.21 0.71 0 0.07
HSL 282.71º 0.83% 0.6% -
HSV(B) 282.71º 0.71% 0.93% -
XYZ 38.49 21.13 82.94 -
YUV 123.56 192.59 174.68 -
System Red Green Blue C M Y K H S L
Decimal 189 68 238 0.21 0.71 0 0.07 282.71 0.83 0.6
Hex BD 44 EE 15 47 0 7 11B 53 3C
Octal 275 104 356 25 107 0 7 433 123 74
Binary 10111101 1000100 11101110 10101 1000111 0 111 100011011 1010011 111100

Color Harmonies of #BD44EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44EE

Black with #BD44EE

Text Example


Text Example

White with #BD44EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44EE; }

 p { color: rgb(189,68,238); }

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

background-color css

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

 a { background-color: rgb(189,68,238); }

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

border-color css

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

 span { border-color: rgb(189,68,238); }

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