Html Css Color HEX #B768EF Medium Orchid

📋 copy color: '#B768EF'

red 183 ◦ green 104 ◦ blue 239

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

Shades of Medium Orchid #B768EF

Tints of Medium Orchid #B768EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 34.79%
G = 19.77%
B = 45.44%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B768EF (or 0xB768EF) is known color: Medium Orchid. HEX triplet: B7, 68 and EF. RGB value is (183,104,239). Sum of RGB (Red+Green+Blue) = 183+104+239=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #B768EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768EF is #489710. Grayscale: #8E8E8E. Windows color (decimal): -4757265 or 15689911. OLE color: 15689911.

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

Color convert

RGB 183 104 239 -
CMYK 0.23 0.56 0 0.06
HSL 275.11º 0.81% 0.67% -
HSV(B) 275.11º 0.56% 0.94% -
XYZ 40.06 26.2 84.61 -
YUV 143.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 183 104 239 0.23 0.56 0 0.06 275.11 0.81 0.67
Hex B7 68 EF 17 38 0 6 113 51 43
Octal 267 150 357 27 70 0 6 423 121 103
Binary 10110111 1101000 11101111 10111 111000 0 110 100010011 1010001 1000011

Color Harmonies of #B768EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768EF

Black with #B768EF

Text Example


Text Example

White with #B768EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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