Html Css Color HEX #BD55FA Medium Orchid

📋 copy color: '#BD55FA'

red 189 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #BD55FA

Tints of Medium Orchid #BD55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.22%

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

R = 36.07%
G = 16.22%
B = 47.71%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD55FA (or 0xBD55FA) is known color: Medium Orchid. HEX triplet: BD, 55 and FA. RGB value is (189,85,250). Sum of RGB (Red+Green+Blue) = 189+85+250=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55FA is #42AA05. Grayscale: #868686. Windows color (decimal): -4368902 or 16405949. OLE color: 16405949.

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

Color convert

RGB 189 85 250 -
CMYK 0.24 0.66 0 0.02
HSL 277.82º 0.94% 0.66% -
HSV(B) 277.82º 0.66% 0.98% -
XYZ 41.49 24.22 92.93 -
YUV 134.91 192.96 166.58 -
System Red Green Blue C M Y K H S L
Decimal 189 85 250 0.24 0.66 0 0.02 277.82 0.94 0.66
Hex BD 55 FA 18 42 0 2 116 5E 42
Octal 275 125 372 30 102 0 2 426 136 102
Binary 10111101 1010101 11111010 11000 1000010 0 10 100010110 1011110 1000010

Color Harmonies of #BD55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55FA

Black with #BD55FA

Text Example


Text Example

White with #BD55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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