Html Css Color HEX #BD37FC Medium Orchid

📋 copy color: '#BD37FC'

red 189 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #BD37FC

Tints of Medium Orchid #BD37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 38.1%
G = 11.09%
B = 50.81%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD37FC (or 0xBD37FC) is known color: Medium Orchid. HEX triplet: BD, 37 and FC. RGB value is (189,55,252). Sum of RGB (Red+Green+Blue) = 189+55+252=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD37FC is #42C803. Grayscale: #747474. Windows color (decimal): -4376580 or 16529341. OLE color: 16529341.

HSL color Cylindrical-coordinate representation of color #BD37FC: hue angle of 280.81º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD37FC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 55 252 -
CMYK 0.25 0.78 0 0.01
HSL 280.81º 0.97% 0.6% -
HSV(B) 280.81º 0.78% 0.99% -
XYZ 39.92 20.58 93.96 -
YUV 117.52 203.89 178.98 -
System Red Green Blue C M Y K H S L
Decimal 189 55 252 0.25 0.78 0 0.01 280.81 0.97 0.6
Hex BD 37 FC 19 4E 0 1 119 61 3C
Octal 275 67 374 31 116 0 1 431 141 74
Binary 10111101 110111 11111100 11001 1001110 0 1 100011001 1100001 111100

Color Harmonies of #BD37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37FC

Black with #BD37FC

Text Example


Text Example

White with #BD37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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