Html Css Color HEX #BD37FE Medium Orchid

📋 copy color: '#BD37FE'

red 189 ◦ green 55 ◦ blue 254

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

Shades of Medium Orchid #BD37FE

Tints of Medium Orchid #BD37FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.04%

 BLUE value IS 254 (99.61% from 255) = 51%

R = 37.95%
G = 11.04%
B = 51%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD37FE (or 0xBD37FE) is known color: Medium Orchid. HEX triplet: BD, 37 and FE. RGB value is (189,55,254). Sum of RGB (Red+Green+Blue) = 189+55+254=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD37FE is #42C801. Grayscale: #757575. Windows color (decimal): -4376578 or 16660413. OLE color: 16660413.

HSL color Cylindrical-coordinate representation of color #BD37FE: hue angle of 280.4º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD37FE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 55 254 -
CMYK 0.26 0.78 0 0.00
HSL 280.4º 0.99% 0.61% -
HSV(B) 280.4º 0.78% 1% -
XYZ 40.24 20.71 95.64 -
YUV 117.75 204.89 178.82 -
System Red Green Blue C M Y K H S L
Decimal 189 55 254 0.26 0.78 0 0.00 280.4 0.99 0.61
Hex BD 37 FE 1A 4E 0 0 118 63 3D
Octal 275 67 376 32 116 0 0 430 143 75
Binary 10111101 110111 11111110 11010 1001110 0 0 100011000 1100011 111101

Color Harmonies of #BD37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37FE

Black with #BD37FE

Text Example


Text Example

White with #BD37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37FE; }

 p { color: rgb(189,55,254); }

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

background-color css

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

 a { background-color: rgb(189,55,254); }

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

border-color css

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

 span { border-color: rgb(189,55,254); }

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