Html Css Color HEX #B552FD Medium Orchid

📋 copy color: '#B552FD'

red 181 ◦ green 82 ◦ blue 253

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

Shades of Medium Orchid #B552FD

Tints of Medium Orchid #B552FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 35.08%
G = 15.89%
B = 49.03%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B552FD (or 0xB552FD) is known color: Medium Orchid. HEX triplet: B5, 52 and FD. RGB value is (181,82,253). Sum of RGB (Red+Green+Blue) = 181+82+253=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #B552FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552FD is #4AAD02. Grayscale: #828282. Windows color (decimal): -4893955 or 16601781. OLE color: 16601781.

HSL color Cylindrical-coordinate representation of color #B552FD: hue angle of 274.74º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B552FD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 82 253 -
CMYK 0.28 0.68 0 0.01
HSL 274.74º 0.98% 0.66% -
HSV(B) 274.74º 0.68% 0.99% -
XYZ 39.8 22.95 95.26 -
YUV 131.1 196.8 163.6 -
System Red Green Blue C M Y K H S L
Decimal 181 82 253 0.28 0.68 0 0.01 274.74 0.98 0.66
Hex B5 52 FD 1C 44 0 1 113 62 42
Octal 265 122 375 34 104 0 1 423 142 102
Binary 10110101 1010010 11111101 11100 1000100 0 1 100010011 1100010 1000010

Color Harmonies of #B552FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552FD

Black with #B552FD

Text Example


Text Example

White with #B552FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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