Html Css Color HEX #B749EF Medium Orchid

📋 copy color: '#B749EF'

red 183 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #B749EF

Tints of Medium Orchid #B749EF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.75%

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

R = 36.97%
G = 14.75%
B = 48.28%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B749EF (or 0xB749EF) is known color: Medium Orchid. HEX triplet: B7, 49 and EF. RGB value is (183,73,239). Sum of RGB (Red+Green+Blue) = 183+73+239=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #B749EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749EF is #48B610. Grayscale: #7C7C7C. Windows color (decimal): -4765201 or 15681975. OLE color: 15681975.

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

Color convert

RGB 183 73 239 -
CMYK 0.23 0.69 0 0.06
HSL 279.76º 0.84% 0.61% -
HSV(B) 279.76º 0.69% 0.94% -
XYZ 37.49 21.06 83.75 -
YUV 124.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 183 73 239 0.23 0.69 0 0.06 279.76 0.84 0.61
Hex B7 49 EF 17 45 0 6 118 54 3D
Octal 267 111 357 27 105 0 6 430 124 75
Binary 10110111 1001001 11101111 10111 1000101 0 110 100011000 1010100 111101

Color Harmonies of #B749EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749EF

Black with #B749EF

Text Example


Text Example

White with #B749EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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