Html Css Color HEX #B741EF Medium Orchid

📋 copy color: '#B741EF'

red 183 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #B741EF

Tints of Medium Orchid #B741EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.35%

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

R = 37.58%
G = 13.35%
B = 49.08%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B741EF (or 0xB741EF) is known color: Medium Orchid. HEX triplet: B7, 41 and EF. RGB value is (183,65,239). Sum of RGB (Red+Green+Blue) = 183+65+239=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #B741EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741EF is #48BE10. Grayscale: #777777. Windows color (decimal): -4767249 or 15679927. OLE color: 15679927.

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

Color convert

RGB 183 65 239 -
CMYK 0.23 0.73 0 0.06
HSL 280.69º 0.84% 0.6% -
HSV(B) 280.69º 0.73% 0.94% -
XYZ 37 20.08 83.59 -
YUV 120.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 183 65 239 0.23 0.73 0 0.06 280.69 0.84 0.6
Hex B7 41 EF 17 49 0 6 119 54 3C
Octal 267 101 357 27 111 0 6 431 124 74
Binary 10110111 1000001 11101111 10111 1001001 0 110 100011001 1010100 111100

Color Harmonies of #B741EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741EF

Black with #B741EF

Text Example


Text Example

White with #B741EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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