Html Css Color HEX #B534F3 Medium Orchid

📋 copy color: '#B534F3'

red 181 ◦ green 52 ◦ blue 243

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

Shades of Medium Orchid #B534F3

Tints of Medium Orchid #B534F3

RGB

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

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

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

R = 38.03%
G = 10.92%
B = 51.05%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B534F3 (or 0xB534F3) is known color: Medium Orchid. HEX triplet: B5, 34 and F3. RGB value is (181,52,243). Sum of RGB (Red+Green+Blue) = 181+52+243=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #B534F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534F3 is #4ACB0C. Grayscale: #6F6F6F. Windows color (decimal): -4901645 or 15938741. OLE color: 15938741.

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

Color convert

RGB 181 52 243 -
CMYK 0.26 0.79 0 0.05
HSL 280.52º 0.89% 0.58% -
HSV(B) 280.52º 0.79% 0.95% -
XYZ 36.46 18.75 86.49 -
YUV 112.35 201.74 176.97 -
System Red Green Blue C M Y K H S L
Decimal 181 52 243 0.26 0.79 0 0.05 280.52 0.89 0.58
Hex B5 34 F3 1A 4F 0 5 119 59 3A
Octal 265 64 363 32 117 0 5 431 131 72
Binary 10110101 110100 11110011 11010 1001111 0 101 100011001 1011001 111010

Color Harmonies of #B534F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534F3

Black with #B534F3

Text Example


Text Example

White with #B534F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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