Html Css Color HEX #B768E8 Medium Orchid

📋 copy color: '#B768E8'

red 183 ◦ green 104 ◦ blue 232

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

Shades of Medium Orchid #B768E8

Tints of Medium Orchid #B768E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.7%

R = 35.26%
G = 20.04%
B = 44.7%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B768E8 (or 0xB768E8) is known color: Medium Orchid. HEX triplet: B7, 68 and E8. RGB value is (183,104,232). Sum of RGB (Red+Green+Blue) = 183+104+232=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #B768E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768E8 is #489717. Grayscale: #8D8D8D. Windows color (decimal): -4757272 or 15231159. OLE color: 15231159.

HSL color Cylindrical-coordinate representation of color #B768E8: hue angle of 277.03º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B768E8 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 104 232 -
CMYK 0.21 0.55 0 0.09
HSL 277.03º 0.74% 0.66% -
HSV(B) 277.03º 0.55% 0.91% -
XYZ 39.04 25.79 79.26 -
YUV 142.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 183 104 232 0.21 0.55 0 0.09 277.03 0.74 0.66
Hex B7 68 E8 15 37 0 9 115 4A 42
Octal 267 150 350 25 67 0 11 425 112 102
Binary 10110111 1101000 11101000 10101 110111 0 1001 100010101 1001010 1000010

Color Harmonies of #B768E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768E8

Black with #B768E8

Text Example


Text Example

White with #B768E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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