Html Css Color HEX #B568F8 Medium Orchid

📋 copy color: '#B568F8'

red 181 ◦ green 104 ◦ blue 248

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

Shades of Medium Orchid #B568F8

Tints of Medium Orchid #B568F8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.51%

 BLUE value IS 248 (97.27% from 255) = 46.53%

R = 33.96%
G = 19.51%
B = 46.53%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B568F8 (or 0xB568F8) is known color: Medium Orchid. HEX triplet: B5, 68 and F8. RGB value is (181,104,248). Sum of RGB (Red+Green+Blue) = 181+104+248=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #B568F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B568F8 is #4A9707. Grayscale: #8E8E8E. Windows color (decimal): -4888328 or 16279733. OLE color: 16279733.

HSL color Cylindrical-coordinate representation of color #B568F8: hue angle of 272.08º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B568F8 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 104 248 -
CMYK 0.27 0.58 0 0.03
HSL 272.08º 0.91% 0.69% -
HSV(B) 272.08º 0.58% 0.97% -
XYZ 40.95 26.5 91.76 -
YUV 143.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 181 104 248 0.27 0.58 0 0.03 272.08 0.91 0.69
Hex B5 68 F8 1B 3A 0 3 110 5B 45
Octal 265 150 370 33 72 0 3 420 133 105
Binary 10110101 1101000 11111000 11011 111010 0 11 100010000 1011011 1000101

Color Harmonies of #B568F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568F8

Black with #B568F8

Text Example


Text Example

White with #B568F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568F8; }

 p { color: rgb(181,104,248); }

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

background-color css

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

 a { background-color: rgb(181,104,248); }

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

border-color css

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

 span { border-color: rgb(181,104,248); }

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