Html Css Color HEX #B552FA Medium Orchid

📋 copy color: '#B552FA'

red 181 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #B552FA

Tints of Medium Orchid #B552FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.98%

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 35.28%
G = 15.98%
B = 48.73%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B552FA (or 0xB552FA) is known color: Medium Orchid. HEX triplet: B5, 52 and FA. RGB value is (181,82,250). Sum of RGB (Red+Green+Blue) = 181+82+250=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #B552FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552FA is #4AAD05. Grayscale: #828282. Windows color (decimal): -4893958 or 16405173. OLE color: 16405173.

HSL color Cylindrical-coordinate representation of color #B552FA: hue angle of 275.36º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B552FA is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 82 250 -
CMYK 0.28 0.67 0 0.02
HSL 275.36º 0.94% 0.65% -
HSV(B) 275.36º 0.67% 0.98% -
XYZ 39.33 22.76 92.76 -
YUV 130.75 195.3 163.84 -
System Red Green Blue C M Y K H S L
Decimal 181 82 250 0.28 0.67 0 0.02 275.36 0.94 0.65
Hex B5 52 FA 1C 43 0 2 113 5E 41
Octal 265 122 372 34 103 0 2 423 136 101
Binary 10110101 1010010 11111010 11100 1000011 0 10 100010011 1011110 1000001

Color Harmonies of #B552FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552FA

Black with #B552FA

Text Example


Text Example

White with #B552FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552FA; }

 p { color: rgb(181,82,250); }

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

background-color css

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

 a { background-color: rgb(181,82,250); }

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

border-color css

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

 span { border-color: rgb(181,82,250); }

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