Html Css Color HEX #B55CFB Medium Orchid

📋 copy color: '#B55CFB'

red 181 ◦ green 92 ◦ blue 251

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

Shades of Medium Orchid #B55CFB

Tints of Medium Orchid #B55CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.56%

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

R = 34.54%
G = 17.56%
B = 47.9%

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

#B55CFB (or 0xB55CFB) is known color: Medium Orchid. HEX triplet: B5, 5C and FB. RGB value is (181,92,251). Sum of RGB (Red+Green+Blue) = 181+92+251=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #B55CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CFB is #4AA304. Grayscale: #888888. Windows color (decimal): -4891397 or 16473269. OLE color: 16473269.

HSL color Cylindrical-coordinate representation of color #B55CFB: hue angle of 273.58º 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 #B55CFB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 92 251 -
CMYK 0.28 0.63 0 0.02
HSL 273.58º 0.95% 0.67% -
HSV(B) 273.58º 0.63% 0.98% -
XYZ 40.3 24.44 93.86 -
YUV 136.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 181 92 251 0.28 0.63 0 0.02 273.58 0.95 0.67
Hex B5 5C FB 1C 3F 0 2 112 5F 43
Octal 265 134 373 34 77 0 2 422 137 103
Binary 10110101 1011100 11111011 11100 111111 0 10 100010010 1011111 1000011

Color Harmonies of #B55CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CFB

Black with #B55CFB

Text Example


Text Example

White with #B55CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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