Html Css Color HEX #B768EE Medium Orchid

📋 copy color: '#B768EE'

red 183 ◦ green 104 ◦ blue 238

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

Shades of Medium Orchid #B768EE

Tints of Medium Orchid #B768EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 34.86%
G = 19.81%
B = 45.33%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B768EE (or 0xB768EE) is known color: Medium Orchid. HEX triplet: B7, 68 and EE. RGB value is (183,104,238). Sum of RGB (Red+Green+Blue) = 183+104+238=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #B768EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768EE is #489711. Grayscale: #8E8E8E. Windows color (decimal): -4757266 or 15624375. OLE color: 15624375.

HSL color Cylindrical-coordinate representation of color #B768EE: hue angle of 275.37º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B768EE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 104 238 -
CMYK 0.23 0.56 0 0.07
HSL 275.37º 0.8% 0.67% -
HSV(B) 275.37º 0.56% 0.93% -
XYZ 39.91 26.14 83.83 -
YUV 142.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 183 104 238 0.23 0.56 0 0.07 275.37 0.8 0.67
Hex B7 68 EE 17 38 0 7 113 50 43
Octal 267 150 356 27 70 0 7 423 120 103
Binary 10110111 1101000 11101110 10111 111000 0 111 100010011 1010000 1000011

Color Harmonies of #B768EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768EE

Black with #B768EE

Text Example


Text Example

White with #B768EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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