Html Css Color HEX #B746EB Medium Orchid

📋 copy color: '#B746EB'

red 183 ◦ green 70 ◦ blue 235

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

Shades of Medium Orchid #B746EB

Tints of Medium Orchid #B746EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.34%

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 37.5%
G = 14.34%
B = 48.16%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B746EB (or 0xB746EB) is known color: Medium Orchid. HEX triplet: B7, 46 and EB. RGB value is (183,70,235). Sum of RGB (Red+Green+Blue) = 183+70+235=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #B746EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746EB is #48B914. Grayscale: #7A7A7A. Windows color (decimal): -4765973 or 15419063. OLE color: 15419063.

HSL color Cylindrical-coordinate representation of color #B746EB: hue angle of 281.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B746EB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 70 235 -
CMYK 0.22 0.70 0 0.08
HSL 281.09º 0.8% 0.6% -
HSV(B) 281.09º 0.7% 0.92% -
XYZ 36.71 20.45 80.61 -
YUV 122.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 183 70 235 0.22 0.70 0 0.08 281.09 0.8 0.6
Hex B7 46 EB 16 46 0 8 119 50 3C
Octal 267 106 353 26 106 0 10 431 120 74
Binary 10110111 1000110 11101011 10110 1000110 0 1000 100011001 1010000 111100

Color Harmonies of #B746EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746EB

Black with #B746EB

Text Example


Text Example

White with #B746EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746EB; }

 p { color: rgb(183,70,235); }

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

background-color css

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

 a { background-color: rgb(183,70,235); }

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

border-color css

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

 span { border-color: rgb(183,70,235); }

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