Html Css Color HEX #B553FC Medium Orchid

📋 copy color: '#B553FC'

red 181 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #B553FC

Tints of Medium Orchid #B553FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.09%

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

R = 35.08%
G = 16.09%
B = 48.84%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B553FC (or 0xB553FC) is known color: Medium Orchid. HEX triplet: B5, 53 and FC. RGB value is (181,83,252). Sum of RGB (Red+Green+Blue) = 181+83+252=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #B553FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B553FC is #4AAC03. Grayscale: #828282. Windows color (decimal): -4893700 or 16536501. OLE color: 16536501.

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

Color convert

RGB 181 83 252 -
CMYK 0.28 0.67 0 0.01
HSL 274.79º 0.97% 0.66% -
HSV(B) 274.79º 0.67% 0.99% -
XYZ 39.72 23.04 94.45 -
YUV 131.57 195.97 163.26 -
System Red Green Blue C M Y K H S L
Decimal 181 83 252 0.28 0.67 0 0.01 274.79 0.97 0.66
Hex B5 53 FC 1C 43 0 1 113 61 42
Octal 265 123 374 34 103 0 1 423 141 102
Binary 10110101 1010011 11111100 11100 1000011 0 1 100010011 1100001 1000010

Color Harmonies of #B553FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B553FC

Black with #B553FC

Text Example


Text Example

White with #B553FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B553FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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