Html Css Color HEX #B535F3 Medium Orchid

📋 copy color: '#B535F3'

red 181 ◦ green 53 ◦ blue 243

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

Shades of Medium Orchid #B535F3

Tints of Medium Orchid #B535F3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.11%

 BLUE value IS 243 (95.31% from 255) = 50.94%

R = 37.95%
G = 11.11%
B = 50.94%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B535F3 (or 0xB535F3) is known color: Medium Orchid. HEX triplet: B5, 35 and F3. RGB value is (181,53,243). Sum of RGB (Red+Green+Blue) = 181+53+243=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #B535F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B535F3 is #4ACA0C. Grayscale: #707070. Windows color (decimal): -4901389 or 15938997. OLE color: 15938997.

HSL color Cylindrical-coordinate representation of color #B535F3: hue angle of 280.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B535F3 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 53 243 -
CMYK 0.26 0.78 0 0.05
HSL 280.42º 0.89% 0.58% -
HSV(B) 280.42º 0.78% 0.95% -
XYZ 36.51 18.84 86.51 -
YUV 112.93 201.41 176.55 -
System Red Green Blue C M Y K H S L
Decimal 181 53 243 0.26 0.78 0 0.05 280.42 0.89 0.58
Hex B5 35 F3 1A 4E 0 5 118 59 3A
Octal 265 65 363 32 116 0 5 430 131 72
Binary 10110101 110101 11110011 11010 1001110 0 101 100011000 1011001 111010

Color Harmonies of #B535F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535F3

Black with #B535F3

Text Example


Text Example

White with #B535F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535F3; }

 p { color: rgb(181,53,243); }

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

background-color css

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

 a { background-color: rgb(181,53,243); }

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

border-color css

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

 span { border-color: rgb(181,53,243); }

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