Html Css Color HEX #B768E1 Medium Orchid

📋 copy color: '#B768E1'

red 183 ◦ green 104 ◦ blue 225

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

Shades of Medium Orchid #B768E1

Tints of Medium Orchid #B768E1

RGB

 RED value IS 183 (71.88% from 255) = 35.74%

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

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 35.74%
G = 20.31%
B = 43.95%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B768E1 (or 0xB768E1) is known color: Medium Orchid. HEX triplet: B7, 68 and E1. RGB value is (183,104,225). Sum of RGB (Red+Green+Blue) = 183+104+225=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #B768E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768E1 is #48971E. Grayscale: #8D8D8D. Windows color (decimal): -4757279 or 14772407. OLE color: 14772407.

HSL color Cylindrical-coordinate representation of color #B768E1: hue angle of 279.17º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B768E1 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 104 225 -
CMYK 0.19 0.54 0 0.12
HSL 279.17º 0.67% 0.65% -
HSV(B) 279.17º 0.54% 0.88% -
XYZ 38.07 25.4 74.13 -
YUV 141.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 183 104 225 0.19 0.54 0 0.12 279.17 0.67 0.65
Hex B7 68 E1 13 36 0 C 117 43 41
Octal 267 150 341 23 66 0 14 427 103 101
Binary 10110111 1101000 11100001 10011 110110 0 1100 100010111 1000011 1000001

Color Harmonies of #B768E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768E1

Black with #B768E1

Text Example


Text Example

White with #B768E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768E1; }

 p { color: rgb(183,104,225); }

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

background-color css

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

 a { background-color: rgb(183,104,225); }

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

border-color css

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

 span { border-color: rgb(183,104,225); }

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