Html Css Color HEX #B766EF Medium Orchid

📋 copy color: '#B766EF'

red 183 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #B766EF

Tints of Medium Orchid #B766EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.47%

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

R = 34.92%
G = 19.47%
B = 45.61%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B766EF (or 0xB766EF) is known color: Medium Orchid. HEX triplet: B7, 66 and EF. RGB value is (183,102,239). Sum of RGB (Red+Green+Blue) = 183+102+239=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #B766EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766EF is #489910. Grayscale: #8D8D8D. Windows color (decimal): -4757777 or 15689399. OLE color: 15689399.

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

Color convert

RGB 183 102 239 -
CMYK 0.23 0.57 0 0.06
HSL 275.47º 0.81% 0.67% -
HSV(B) 275.47º 0.57% 0.94% -
XYZ 39.86 25.8 84.54 -
YUV 141.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 183 102 239 0.23 0.57 0 0.06 275.47 0.81 0.67
Hex B7 66 EF 17 39 0 6 113 51 43
Octal 267 146 357 27 71 0 6 423 121 103
Binary 10110111 1100110 11101111 10111 111001 0 110 100010011 1010001 1000011

Color Harmonies of #B766EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766EF

Black with #B766EF

Text Example


Text Example

White with #B766EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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