Html Css Color HEX #BD5FEB Medium Orchid

📋 copy color: '#BD5FEB'

red 189 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #BD5FEB

Tints of Medium Orchid #BD5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 36.42%
G = 18.3%
B = 45.28%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD5FEB (or 0xBD5FEB) is known color: Medium Orchid. HEX triplet: BD, 5F and EB. RGB value is (189,95,235). Sum of RGB (Red+Green+Blue) = 189+95+235=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FEB is #42A014. Grayscale: #8A8A8A. Windows color (decimal): -4366357 or 15425469. OLE color: 15425469.

HSL color Cylindrical-coordinate representation of color #BD5FEB: hue angle of 280.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5FEB is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 95 235 -
CMYK 0.20 0.60 0 0.08
HSL 280.29º 0.78% 0.65% -
HSV(B) 280.29º 0.6% 0.92% -
XYZ 40.07 25 81.31 -
YUV 139.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 189 95 235 0.20 0.60 0 0.08 280.29 0.78 0.65
Hex BD 5F EB 14 3C 0 8 118 4E 41
Octal 275 137 353 24 74 0 10 430 116 101
Binary 10111101 1011111 11101011 10100 111100 0 1000 100011000 1001110 1000001

Color Harmonies of #BD5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FEB

Black with #BD5FEB

Text Example


Text Example

White with #BD5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FEB; }

 p { color: rgb(189,95,235); }

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

background-color css

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

 a { background-color: rgb(189,95,235); }

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

border-color css

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

 span { border-color: rgb(189,95,235); }

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