Html Css Color HEX #B567F0 Medium Orchid

📋 copy color: '#B567F0'

red 181 ◦ green 103 ◦ blue 240

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

Shades of Medium Orchid #B567F0

Tints of Medium Orchid #B567F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.8%

R = 34.54%
G = 19.66%
B = 45.8%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B567F0 (or 0xB567F0) is known color: Medium Orchid. HEX triplet: B5, 67 and F0. RGB value is (181,103,240). Sum of RGB (Red+Green+Blue) = 181+103+240=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #B567F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567F0 is #4A980F. Grayscale: #8D8D8D. Windows color (decimal): -4888592 or 15755189. OLE color: 15755189.

HSL color Cylindrical-coordinate representation of color #B567F0: hue angle of 274.16º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B567F0 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 103 240 -
CMYK 0.25 0.57 0 0.06
HSL 274.16º 0.82% 0.67% -
HSV(B) 274.16º 0.57% 0.94% -
XYZ 39.63 25.82 85.33 -
YUV 141.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 181 103 240 0.25 0.57 0 0.06 274.16 0.82 0.67
Hex B5 67 F0 19 39 0 6 112 52 43
Octal 265 147 360 31 71 0 6 422 122 103
Binary 10110101 1100111 11110000 11001 111001 0 110 100010010 1010010 1000011

Color Harmonies of #B567F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B567F0

Black with #B567F0

Text Example


Text Example

White with #B567F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B567F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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