Html Css Color HEX #B566F2 Medium Orchid

📋 copy color: '#B566F2'

red 181 ◦ green 102 ◦ blue 242

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

Shades of Medium Orchid #B566F2

Tints of Medium Orchid #B566F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 34.48%
G = 19.43%
B = 46.1%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B566F2 (or 0xB566F2) is known color: Medium Orchid. HEX triplet: B5, 66 and F2. RGB value is (181,102,242). Sum of RGB (Red+Green+Blue) = 181+102+242=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #B566F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566F2 is #4A990D. Grayscale: #8D8D8D. Windows color (decimal): -4888846 or 15886005. OLE color: 15886005.

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

Color convert

RGB 181 102 242 -
CMYK 0.25 0.58 0 0.05
HSL 273.86º 0.84% 0.67% -
HSV(B) 273.86º 0.58% 0.95% -
XYZ 39.83 25.74 86.87 -
YUV 141.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 181 102 242 0.25 0.58 0 0.05 273.86 0.84 0.67
Hex B5 66 F2 19 3A 0 5 112 54 43
Octal 265 146 362 31 72 0 5 422 124 103
Binary 10110101 1100110 11110010 11001 111010 0 101 100010010 1010100 1000011

Color Harmonies of #B566F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566F2

Black with #B566F2

Text Example


Text Example

White with #B566F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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