Html Css Color HEX #BD5EEF Medium Orchid

📋 copy color: '#BD5EEF'

red 189 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #BD5EEF

Tints of Medium Orchid #BD5EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.01%

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 36.21%
G = 18.01%
B = 45.79%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD5EEF (or 0xBD5EEF) is known color: Medium Orchid. HEX triplet: BD, 5E and EF. RGB value is (189,94,239). Sum of RGB (Red+Green+Blue) = 189+94+239=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EEF is #42A110. Grayscale: #8A8A8A. Windows color (decimal): -4366609 or 15687357. OLE color: 15687357.

HSL color Cylindrical-coordinate representation of color #BD5EEF: hue angle of 279.31º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5EEF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 94 239 -
CMYK 0.21 0.61 0 0.06
HSL 279.31º 0.82% 0.65% -
HSV(B) 279.31º 0.61% 0.94% -
XYZ 40.57 25.06 84.36 -
YUV 138.94 184.47 163.71 -
System Red Green Blue C M Y K H S L
Decimal 189 94 239 0.21 0.61 0 0.06 279.31 0.82 0.65
Hex BD 5E EF 15 3D 0 6 117 52 41
Octal 275 136 357 25 75 0 6 427 122 101
Binary 10111101 1011110 11101111 10101 111101 0 110 100010111 1010010 1000001

Color Harmonies of #BD5EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5EEF

Black with #BD5EEF

Text Example


Text Example

White with #BD5EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5EEF; }

 p { color: rgb(189,94,239); }

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

background-color css

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

 a { background-color: rgb(189,94,239); }

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

border-color css

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

 span { border-color: rgb(189,94,239); }

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