Html Css Color HEX #B566FA Medium Orchid

📋 copy color: '#B566FA'

red 181 ◦ green 102 ◦ blue 250

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

Shades of Medium Orchid #B566FA

Tints of Medium Orchid #B566FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.14%

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

R = 33.96%
G = 19.14%
B = 46.9%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B566FA (or 0xB566FA) is known color: Medium Orchid. HEX triplet: B5, 66 and FA. RGB value is (181,102,250). Sum of RGB (Red+Green+Blue) = 181+102+250=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #B566FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566FA is #4A9905. Grayscale: #8D8D8D. Windows color (decimal): -4888838 or 16410293. OLE color: 16410293.

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

Color convert

RGB 181 102 250 -
CMYK 0.28 0.59 0 0.02
HSL 272.03º 0.94% 0.69% -
HSV(B) 272.03º 0.59% 0.98% -
XYZ 41.06 26.23 93.34 -
YUV 142.49 188.67 155.47 -
System Red Green Blue C M Y K H S L
Decimal 181 102 250 0.28 0.59 0 0.02 272.03 0.94 0.69
Hex B5 66 FA 1C 3B 0 2 110 5E 45
Octal 265 146 372 34 73 0 2 420 136 105
Binary 10110101 1100110 11111010 11100 111011 0 10 100010000 1011110 1000101

Color Harmonies of #B566FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566FA

Black with #B566FA

Text Example


Text Example

White with #B566FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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