Html Css Color HEX #B547FF Medium Orchid

📋 copy color: '#B547FF'

red 181 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #B547FF

Tints of Medium Orchid #B547FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 35.7%
G = 14%
B = 50.3%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B547FF (or 0xB547FF) is known color: Medium Orchid. HEX triplet: B5, 47 and FF. RGB value is (181,71,255). Sum of RGB (Red+Green+Blue) = 181+71+255=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #B547FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547FF is #4AB800. Grayscale: #7C7C7C. Windows color (decimal): -4896769 or 16730037. OLE color: 16730037.

HSL color Cylindrical-coordinate representation of color #B547FF: hue angle of 275.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B547FF is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 71 255 -
CMYK 0.29 0.72 0 0
HSL 275.87º 1% 0.64% -
HSV(B) 275.87º 0.72% 1% -
XYZ 39.36 21.55 96.69 -
YUV 124.87 201.44 168.04 -
System Red Green Blue C M Y K H S L
Decimal 181 71 255 0.29 0.72 0 0 275.87 1 0.64
Hex B5 47 FF 1D 48 0 0 114 64 40
Octal 265 107 377 35 110 0 0 424 144 100
Binary 10110101 1000111 11111111 11101 1001000 0 0 100010100 1100100 1000000

Color Harmonies of #B547FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547FF

Black with #B547FF

Text Example


Text Example

White with #B547FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547FF; }

 p { color: rgb(181,71,255); }

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

background-color css

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

 a { background-color: rgb(181,71,255); }

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

border-color css

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

 span { border-color: rgb(181,71,255); }

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