Html Css Color HEX #BD55FB Medium Orchid

📋 copy color: '#BD55FB'

red 189 ◦ green 85 ◦ blue 251

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

Shades of Medium Orchid #BD55FB

Tints of Medium Orchid #BD55FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 36%
G = 16.19%
B = 47.81%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD55FB (or 0xBD55FB) is known color: Medium Orchid. HEX triplet: BD, 55 and FB. RGB value is (189,85,251). Sum of RGB (Red+Green+Blue) = 189+85+251=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55FB is #42AA04. Grayscale: #868686. Windows color (decimal): -4368901 or 16471485. OLE color: 16471485.

HSL color Cylindrical-coordinate representation of color #BD55FB: hue angle of 277.59º degrees, saturation: 0.95, 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 #BD55FB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 85 251 -
CMYK 0.25 0.66 0 0.02
HSL 277.59º 0.95% 0.66% -
HSV(B) 277.59º 0.66% 0.98% -
XYZ 41.65 24.28 93.76 -
YUV 135.02 193.46 166.5 -
System Red Green Blue C M Y K H S L
Decimal 189 85 251 0.25 0.66 0 0.02 277.59 0.95 0.66
Hex BD 55 FB 19 42 0 2 116 5F 42
Octal 275 125 373 31 102 0 2 426 137 102
Binary 10111101 1010101 11111011 11001 1000010 0 10 100010110 1011111 1000010

Color Harmonies of #BD55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55FB

Black with #BD55FB

Text Example


Text Example

White with #BD55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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