Html Css Color HEX #B766E4 Medium Orchid

📋 copy color: '#B766E4'

red 183 ◦ green 102 ◦ blue 228

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

Shades of Medium Orchid #B766E4

Tints of Medium Orchid #B766E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.44%

R = 35.67%
G = 19.88%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B766E4 (or 0xB766E4) is known color: Medium Orchid. HEX triplet: B7, 66 and E4. RGB value is (183,102,228). Sum of RGB (Red+Green+Blue) = 183+102+228=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #B766E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766E4 is #48991B. Grayscale: #8C8C8C. Windows color (decimal): -4757788 or 14968503. OLE color: 14968503.

HSL color Cylindrical-coordinate representation of color #B766E4: hue angle of 278.57º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B766E4 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 102 228 -
CMYK 0.20 0.55 0 0.11
HSL 278.57º 0.7% 0.65% -
HSV(B) 278.57º 0.55% 0.89% -
XYZ 38.28 25.17 76.24 -
YUV 140.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 183 102 228 0.20 0.55 0 0.11 278.57 0.7 0.65
Hex B7 66 E4 14 37 0 B 117 46 41
Octal 267 146 344 24 67 0 13 427 106 101
Binary 10110111 1100110 11100100 10100 110111 0 1011 100010111 1000110 1000001

Color Harmonies of #B766E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766E4

Black with #B766E4

Text Example


Text Example

White with #B766E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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