Html Css Color HEX #B55CFC Medium Orchid

📋 copy color: '#B55CFC'

red 181 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #B55CFC

Tints of Medium Orchid #B55CFC

RGB

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

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

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

R = 34.48%
G = 17.52%
B = 48%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B55CFC (or 0xB55CFC) is known color: Medium Orchid. HEX triplet: B5, 5C and FC. RGB value is (181,92,252). Sum of RGB (Red+Green+Blue) = 181+92+252=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #B55CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CFC is #4AA303. Grayscale: #888888. Windows color (decimal): -4891396 or 16538805. OLE color: 16538805.

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

Color convert

RGB 181 92 252 -
CMYK 0.28 0.63 0 0.01
HSL 273.38º 0.96% 0.67% -
HSV(B) 273.38º 0.63% 0.99% -
XYZ 40.45 24.51 94.69 -
YUV 136.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 181 92 252 0.28 0.63 0 0.01 273.38 0.96 0.67
Hex B5 5C FC 1C 3F 0 1 111 60 43
Octal 265 134 374 34 77 0 1 421 140 103
Binary 10110101 1011100 11111100 11100 111111 0 1 100010001 1100000 1000011

Color Harmonies of #B55CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CFC

Black with #B55CFC

Text Example


Text Example

White with #B55CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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