Html Css Color HEX #BD5BEE Medium Orchid

📋 copy color: '#BD5BEE'

red 189 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #BD5BEE

Tints of Medium Orchid #BD5BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.57%

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

R = 36.49%
G = 17.57%
B = 45.95%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD5BEE (or 0xBD5BEE) is known color: Medium Orchid. HEX triplet: BD, 5B and EE. RGB value is (189,91,238). Sum of RGB (Red+Green+Blue) = 189+91+238=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD5BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5BEE is #42A411. Grayscale: #888888. Windows color (decimal): -4367378 or 15621053. OLE color: 15621053.

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

Color convert

RGB 189 91 238 -
CMYK 0.21 0.62 0 0.07
HSL 280º 0.81% 0.65% -
HSV(B) 280º 0.62% 0.93% -
XYZ 40.16 24.47 83.5 -
YUV 137.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 189 91 238 0.21 0.62 0 0.07 280 0.81 0.65
Hex BD 5B EE 15 3E 0 7 118 51 41
Octal 275 133 356 25 76 0 7 430 121 101
Binary 10111101 1011011 11101110 10101 111110 0 111 100011000 1010001 1000001

Color Harmonies of #BD5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5BEE

Black with #BD5BEE

Text Example


Text Example

White with #BD5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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