Html Css Color HEX #B566F4 Medium Orchid

📋 copy color: '#B566F4'

red 181 ◦ green 102 ◦ blue 244

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

Shades of Medium Orchid #B566F4

Tints of Medium Orchid #B566F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.3%

R = 34.35%
G = 19.35%
B = 46.3%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B566F4 (or 0xB566F4) is known color: Medium Orchid. HEX triplet: B5, 66 and F4. RGB value is (181,102,244). Sum of RGB (Red+Green+Blue) = 181+102+244=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #B566F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566F4 is #4A990B. Grayscale: #8D8D8D. Windows color (decimal): -4888844 or 16017077. OLE color: 16017077.

HSL color Cylindrical-coordinate representation of color #B566F4: hue angle of 273.38º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B566F4 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 102 244 -
CMYK 0.26 0.58 0 0.04
HSL 273.38º 0.87% 0.68% -
HSV(B) 273.38º 0.58% 0.96% -
XYZ 40.14 25.86 88.46 -
YUV 141.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 181 102 244 0.26 0.58 0 0.04 273.38 0.87 0.68
Hex B5 66 F4 1A 3A 0 4 111 57 44
Octal 265 146 364 32 72 0 4 421 127 104
Binary 10110101 1100110 11110100 11010 111010 0 100 100010001 1010111 1000100

Color Harmonies of #B566F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566F4

Black with #B566F4

Text Example


Text Example

White with #B566F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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