Html Css Color HEX #BD55FF Medium Orchid

📋 copy color: '#BD55FF'

red 189 ◦ green 85 ◦ blue 255

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

Shades of Medium Orchid #BD55FF

Tints of Medium Orchid #BD55FF

RGB

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

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

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

R = 35.73%
G = 16.07%
B = 48.2%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD55FF (or 0xBD55FF) is known color: Medium Orchid. HEX triplet: BD, 55 and FF. RGB value is (189,85,255). Sum of RGB (Red+Green+Blue) = 189+85+255=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55FF is #42AA00. Grayscale: #868686. Windows color (decimal): -4368897 or 16733629. OLE color: 16733629.

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

Color convert

RGB 189 85 255 -
CMYK 0.26 0.67 0 0
HSL 276.71º 1% 0.67% -
HSV(B) 276.71º 0.67% 1% -
XYZ 42.28 24.54 97.11 -
YUV 135.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 189 85 255 0.26 0.67 0 0 276.71 1 0.67
Hex BD 55 FF 1A 43 0 0 115 64 43
Octal 275 125 377 32 103 0 0 425 144 103
Binary 10111101 1010101 11111111 11010 1000011 0 0 100010101 1100100 1000011

Color Harmonies of #BD55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55FF

Black with #BD55FF

Text Example


Text Example

White with #BD55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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