Html Css Color HEX #B534F1 Medium Orchid

📋 copy color: '#B534F1'

red 181 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #B534F1

Tints of Medium Orchid #B534F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.97%

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

R = 38.19%
G = 10.97%
B = 50.84%

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

#B534F1 (or 0xB534F1) is known color: Medium Orchid. HEX triplet: B5, 34 and F1. RGB value is (181,52,241). Sum of RGB (Red+Green+Blue) = 181+52+241=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #B534F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534F1 is #4ACB0E. Grayscale: #6F6F6F. Windows color (decimal): -4901647 or 15807669. OLE color: 15807669.

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

Color convert

RGB 181 52 241 -
CMYK 0.25 0.78 0 0.05
HSL 280.95º 0.87% 0.57% -
HSV(B) 280.95º 0.78% 0.95% -
XYZ 36.16 18.63 84.91 -
YUV 112.12 200.74 177.13 -
System Red Green Blue C M Y K H S L
Decimal 181 52 241 0.25 0.78 0 0.05 280.95 0.87 0.57
Hex B5 34 F1 19 4E 0 5 119 57 39
Octal 265 64 361 31 116 0 5 431 127 71
Binary 10110101 110100 11110001 11001 1001110 0 101 100011001 1010111 111001

Color Harmonies of #B534F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534F1

Black with #B534F1

Text Example


Text Example

White with #B534F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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