Html Css Color HEX #BD37FF Medium Orchid

📋 copy color: '#BD37FF'

red 189 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #BD37FF

Tints of Medium Orchid #BD37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 37.88%
G = 11.02%
B = 51.1%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD37FF (or 0xBD37FF) is known color: Medium Orchid. HEX triplet: BD, 37 and FF. RGB value is (189,55,255). Sum of RGB (Red+Green+Blue) = 189+55+255=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD37FF is #42C800. Grayscale: #757575. Windows color (decimal): -4376577 or 16725949. OLE color: 16725949.

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

Color convert

RGB 189 55 255 -
CMYK 0.26 0.78 0 0
HSL 280.2º 1% 0.61% -
HSV(B) 280.2º 0.78% 1% -
XYZ 40.4 20.77 96.49 -
YUV 117.87 205.39 178.74 -
System Red Green Blue C M Y K H S L
Decimal 189 55 255 0.26 0.78 0 0 280.2 1 0.61
Hex BD 37 FF 1A 4E 0 0 118 64 3D
Octal 275 67 377 32 116 0 0 430 144 75
Binary 10111101 110111 11111111 11010 1001110 0 0 100011000 1100100 111101

Color Harmonies of #BD37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37FF

Black with #BD37FF

Text Example


Text Example

White with #BD37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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