Html Css Color HEX #BD44FD Medium Orchid

📋 copy color: '#BD44FD'

red 189 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #BD44FD

Tints of Medium Orchid #BD44FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.33%

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 37.06%
G = 13.33%
B = 49.61%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD44FD (or 0xBD44FD) is known color: Medium Orchid. HEX triplet: BD, 44 and FD. RGB value is (189,68,253). Sum of RGB (Red+Green+Blue) = 189+68+253=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD44FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44FD is #42BB02. Grayscale: #7C7C7C. Windows color (decimal): -4373251 or 16598205. OLE color: 16598205.

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

Color convert

RGB 189 68 253 -
CMYK 0.25 0.73 0 0.01
HSL 279.24º 0.98% 0.63% -
HSV(B) 279.24º 0.73% 0.99% -
XYZ 40.78 22.04 95.03 -
YUV 125.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 189 68 253 0.25 0.73 0 0.01 279.24 0.98 0.63
Hex BD 44 FD 19 49 0 1 117 62 3F
Octal 275 104 375 31 111 0 1 427 142 77
Binary 10111101 1000100 11111101 11001 1001001 0 1 100010111 1100010 111111

Color Harmonies of #BD44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44FD

Black with #BD44FD

Text Example


Text Example

White with #BD44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44FD; }

 p { color: rgb(189,68,253); }

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

background-color css

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

 a { background-color: rgb(189,68,253); }

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

border-color css

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

 span { border-color: rgb(189,68,253); }

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