Html Css Color HEX #B567F6 Medium Orchid

📋 copy color: '#B567F6'

red 181 ◦ green 103 ◦ blue 246

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

Shades of Medium Orchid #B567F6

Tints of Medium Orchid #B567F6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.43%

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 34.15%
G = 19.43%
B = 46.42%

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

#B567F6 (or 0xB567F6) is known color: Medium Orchid. HEX triplet: B5, 67 and F6. RGB value is (181,103,246). Sum of RGB (Red+Green+Blue) = 181+103+246=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #B567F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567F6 is #4A9809. Grayscale: #8E8E8E. Windows color (decimal): -4888586 or 16148405. OLE color: 16148405.

HSL color Cylindrical-coordinate representation of color #B567F6: hue angle of 272.73º degrees, saturation: 0.89, 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 #B567F6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 103 246 -
CMYK 0.26 0.58 0 0.04
HSL 272.73º 0.89% 0.68% -
HSV(B) 272.73º 0.58% 0.96% -
XYZ 40.54 26.18 90.1 -
YUV 142.62 186.34 155.37 -
System Red Green Blue C M Y K H S L
Decimal 181 103 246 0.26 0.58 0 0.04 272.73 0.89 0.68
Hex B5 67 F6 1A 3A 0 4 111 59 44
Octal 265 147 366 32 72 0 4 421 131 104
Binary 10110101 1100111 11110110 11010 111010 0 100 100010001 1011001 1000100

Color Harmonies of #B567F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B567F6

Black with #B567F6

Text Example


Text Example

White with #B567F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B567F6; }

 p { color: rgb(181,103,246); }

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

background-color css

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

 a { background-color: rgb(181,103,246); }

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

border-color css

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

 span { border-color: rgb(181,103,246); }

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