Html Css Color HEX #BD44FA Medium Orchid

📋 copy color: '#BD44FA'

red 189 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #BD44FA

Tints of Medium Orchid #BD44FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 37.28%
G = 13.41%
B = 49.31%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD44FA (or 0xBD44FA) is known color: Medium Orchid. HEX triplet: BD, 44 and FA. RGB value is (189,68,250). Sum of RGB (Red+Green+Blue) = 189+68+250=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD44FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44FA is #42BB05. Grayscale: #7C7C7C. Windows color (decimal): -4373254 or 16401597. OLE color: 16401597.

HSL color Cylindrical-coordinate representation of color #BD44FA: hue angle of 279.89º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD44FA is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 68 250 -
CMYK 0.24 0.73 0 0.02
HSL 279.89º 0.95% 0.62% -
HSV(B) 279.89º 0.73% 0.98% -
XYZ 40.31 21.86 92.54 -
YUV 124.93 198.59 173.7 -
System Red Green Blue C M Y K H S L
Decimal 189 68 250 0.24 0.73 0 0.02 279.89 0.95 0.62
Hex BD 44 FA 18 49 0 2 118 5F 3E
Octal 275 104 372 30 111 0 2 430 137 76
Binary 10111101 1000100 11111010 11000 1001001 0 10 100011000 1011111 111110

Color Harmonies of #BD44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44FA

Black with #BD44FA

Text Example


Text Example

White with #BD44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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