Html Css Color HEX #BD43EE Medium Orchid

📋 copy color: '#BD43EE'

red 189 ◦ green 67 ◦ blue 238

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

Shades of Medium Orchid #BD43EE

Tints of Medium Orchid #BD43EE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.56%

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

R = 38.26%
G = 13.56%
B = 48.18%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD43EE (or 0xBD43EE) is known color: Medium Orchid. HEX triplet: BD, 43 and EE. RGB value is (189,67,238). Sum of RGB (Red+Green+Blue) = 189+67+238=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD43EE is #42BC11. Grayscale: #7A7A7A. Windows color (decimal): -4373522 or 15614909. OLE color: 15614909.

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

Color convert

RGB 189 67 238 -
CMYK 0.21 0.72 0 0.07
HSL 282.81º 0.83% 0.6% -
HSV(B) 282.81º 0.72% 0.93% -
XYZ 38.43 21.01 82.92 -
YUV 122.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 189 67 238 0.21 0.72 0 0.07 282.81 0.83 0.6
Hex BD 43 EE 15 48 0 7 11B 53 3C
Octal 275 103 356 25 110 0 7 433 123 74
Binary 10111101 1000011 11101110 10101 1001000 0 111 100011011 1010011 111100

Color Harmonies of #BD43EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43EE

Black with #BD43EE

Text Example


Text Example

White with #BD43EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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