Html Css Color HEX #BD38EE Medium Orchid

📋 copy color: '#BD38EE'

red 189 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #BD38EE

Tints of Medium Orchid #BD38EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.59%

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

R = 39.13%
G = 11.59%
B = 49.28%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD38EE (or 0xBD38EE) is known color: Medium Orchid. HEX triplet: BD, 38 and EE. RGB value is (189,56,238). Sum of RGB (Red+Green+Blue) = 189+56+238=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD38EE is #42C711. Grayscale: #737373. Windows color (decimal): -4376338 or 15612093. OLE color: 15612093.

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

Color convert

RGB 189 56 238 -
CMYK 0.21 0.76 0 0.07
HSL 283.85º 0.84% 0.58% -
HSV(B) 283.85º 0.76% 0.93% -
XYZ 37.83 19.82 82.72 -
YUV 116.52 196.56 179.7 -
System Red Green Blue C M Y K H S L
Decimal 189 56 238 0.21 0.76 0 0.07 283.85 0.84 0.58
Hex BD 38 EE 15 4C 0 7 11C 54 3A
Octal 275 70 356 25 114 0 7 434 124 72
Binary 10111101 111000 11101110 10101 1001100 0 111 100011100 1010100 111010

Color Harmonies of #BD38EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38EE

Black with #BD38EE

Text Example


Text Example

White with #BD38EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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