Html Css Color HEX #B55DFB Medium Orchid

📋 copy color: '#B55DFB'

red 181 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #B55DFB

Tints of Medium Orchid #B55DFB

RGB

 RED value IS 181 (71.09% from 255) = 34.48%

 GREEN value IS 93 (36.72% from 255) = 17.71%

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

R = 34.48%
G = 17.71%
B = 47.81%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B55DFB (or 0xB55DFB) is known color: Medium Orchid. HEX triplet: B5, 5D and FB. RGB value is (181,93,251). Sum of RGB (Red+Green+Blue) = 181+93+251=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 93 (36.72% from 255 or 17.71% 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 #B55DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DFB is #4AA204. Grayscale: #888888. Windows color (decimal): -4891141 or 16473525. OLE color: 16473525.

HSL color Cylindrical-coordinate representation of color #B55DFB: hue angle of 273.42º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55DFB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 93 251 -
CMYK 0.28 0.63 0 0.02
HSL 273.42º 0.95% 0.67% -
HSV(B) 273.42º 0.63% 0.98% -
XYZ 40.38 24.62 93.89 -
YUV 137.32 192.15 159.15 -
System Red Green Blue C M Y K H S L
Decimal 181 93 251 0.28 0.63 0 0.02 273.42 0.95 0.67
Hex B5 5D FB 1C 3F 0 2 111 5F 43
Octal 265 135 373 34 77 0 2 421 137 103
Binary 10110101 1011101 11111011 11100 111111 0 10 100010001 1011111 1000011

Color Harmonies of #B55DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DFB

Black with #B55DFB

Text Example


Text Example

White with #B55DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DFB; }

 p { color: rgb(181,93,251); }

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

background-color css

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

 a { background-color: rgb(181,93,251); }

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

border-color css

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

 span { border-color: rgb(181,93,251); }

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