Html Css Color HEX #BD55FC Medium Orchid

📋 copy color: '#BD55FC'

red 189 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #BD55FC

Tints of Medium Orchid #BD55FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 35.93%
G = 16.16%
B = 47.91%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD55FC (or 0xBD55FC) is known color: Medium Orchid. HEX triplet: BD, 55 and FC. RGB value is (189,85,252). Sum of RGB (Red+Green+Blue) = 189+85+252=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD55FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55FC is #42AA03. Grayscale: #868686. Windows color (decimal): -4368900 or 16537021. OLE color: 16537021.

HSL color Cylindrical-coordinate representation of color #BD55FC: hue angle of 277.37º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD55FC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 85 252 -
CMYK 0.25 0.66 0 0.01
HSL 277.37º 0.97% 0.66% -
HSV(B) 277.37º 0.66% 0.99% -
XYZ 41.81 24.34 94.59 -
YUV 135.13 193.96 166.42 -
System Red Green Blue C M Y K H S L
Decimal 189 85 252 0.25 0.66 0 0.01 277.37 0.97 0.66
Hex BD 55 FC 19 42 0 1 115 61 42
Octal 275 125 374 31 102 0 1 425 141 102
Binary 10111101 1010101 11111100 11001 1000010 0 1 100010101 1100001 1000010

Color Harmonies of #BD55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55FC

Black with #BD55FC

Text Example


Text Example

White with #BD55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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