Html Css Color HEX #BD44FF Medium Orchid

📋 copy color: '#BD44FF'

red 189 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #BD44FF

Tints of Medium Orchid #BD44FF

RGB

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

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

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

R = 36.91%
G = 13.28%
B = 49.8%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD44FF (or 0xBD44FF) is known color: Medium Orchid. HEX triplet: BD, 44 and FF. RGB value is (189,68,255). Sum of RGB (Red+Green+Blue) = 189+68+255=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44FF is #42BB00. Grayscale: #7C7C7C. Windows color (decimal): -4373249 or 16729277. OLE color: 16729277.

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

Color convert

RGB 189 68 255 -
CMYK 0.26 0.73 0 0
HSL 278.82º 1% 0.63% -
HSV(B) 278.82º 0.73% 1% -
XYZ 41.1 22.17 96.72 -
YUV 125.5 201.09 173.29 -
System Red Green Blue C M Y K H S L
Decimal 189 68 255 0.26 0.73 0 0 278.82 1 0.63
Hex BD 44 FF 1A 49 0 0 117 64 3F
Octal 275 104 377 32 111 0 0 427 144 77
Binary 10111101 1000100 11111111 11010 1001001 0 0 100010111 1100100 111111

Color Harmonies of #BD44FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44FF

Black with #BD44FF

Text Example


Text Example

White with #BD44FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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