Html Css Color HEX #B535F1 Medium Orchid

📋 copy color: '#B535F1'

red 181 ◦ green 53 ◦ blue 241

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

Shades of Medium Orchid #B535F1

Tints of Medium Orchid #B535F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.74%

R = 38.11%
G = 11.16%
B = 50.74%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B535F1 (or 0xB535F1) is known color: Medium Orchid. HEX triplet: B5, 35 and F1. RGB value is (181,53,241). Sum of RGB (Red+Green+Blue) = 181+53+241=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #B535F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B535F1 is #4ACA0E. Grayscale: #707070. Windows color (decimal): -4901391 or 15807925. OLE color: 15807925.

HSL color Cylindrical-coordinate representation of color #B535F1: hue angle of 280.85º degrees, saturation: 0.87, 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 #B535F1 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 53 241 -
CMYK 0.25 0.78 0 0.05
HSL 280.85º 0.87% 0.58% -
HSV(B) 280.85º 0.78% 0.95% -
XYZ 36.21 18.72 84.92 -
YUV 112.7 200.41 176.71 -
System Red Green Blue C M Y K H S L
Decimal 181 53 241 0.25 0.78 0 0.05 280.85 0.87 0.58
Hex B5 35 F1 19 4E 0 5 119 57 3A
Octal 265 65 361 31 116 0 5 431 127 72
Binary 10110101 110101 11110001 11001 1001110 0 101 100011001 1010111 111010

Color Harmonies of #B535F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535F1

Black with #B535F1

Text Example


Text Example

White with #B535F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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