Html Css Color HEX #BD44F9 Medium Orchid

📋 copy color: '#BD44F9'

red 189 ◦ green 68 ◦ blue 249

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

Shades of Medium Orchid #BD44F9

Tints of Medium Orchid #BD44F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 37.35%
G = 13.44%
B = 49.21%

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

#BD44F9 (or 0xBD44F9) is known color: Medium Orchid. HEX triplet: BD, 44 and F9. RGB value is (189,68,249). Sum of RGB (Red+Green+Blue) = 189+68+249=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD44F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44F9 is #42BB06. Grayscale: #7C7C7C. Windows color (decimal): -4373255 or 16336061. OLE color: 16336061.

HSL color Cylindrical-coordinate representation of color #BD44F9: hue angle of 280.11º degrees, saturation: 0.94, 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 #BD44F9 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 68 249 -
CMYK 0.24 0.73 0 0.02
HSL 280.11º 0.94% 0.62% -
HSV(B) 280.11º 0.73% 0.98% -
XYZ 40.15 21.79 91.71 -
YUV 124.81 198.09 173.78 -
System Red Green Blue C M Y K H S L
Decimal 189 68 249 0.24 0.73 0 0.02 280.11 0.94 0.62
Hex BD 44 F9 18 49 0 2 118 5E 3E
Octal 275 104 371 30 111 0 2 430 136 76
Binary 10111101 1000100 11111001 11000 1001001 0 10 100011000 1011110 111110

Color Harmonies of #BD44F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44F9

Black with #BD44F9

Text Example


Text Example

White with #BD44F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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