Html Css Color HEX #B741EB Medium Orchid

📋 copy color: '#B741EB'

red 183 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #B741EB

Tints of Medium Orchid #B741EB

RGB

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

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

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

R = 37.89%
G = 13.46%
B = 48.65%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B741EB (or 0xB741EB) is known color: Medium Orchid. HEX triplet: B7, 41 and EB. RGB value is (183,65,235). Sum of RGB (Red+Green+Blue) = 183+65+235=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #B741EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741EB is #48BE14. Grayscale: #777777. Windows color (decimal): -4767253 or 15417783. OLE color: 15417783.

HSL color Cylindrical-coordinate representation of color #B741EB: hue angle of 281.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B741EB is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 65 235 -
CMYK 0.22 0.72 0 0.08
HSL 281.65º 0.81% 0.59% -
HSV(B) 281.65º 0.72% 0.92% -
XYZ 36.41 19.85 80.51 -
YUV 119.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 183 65 235 0.22 0.72 0 0.08 281.65 0.81 0.59
Hex B7 41 EB 16 48 0 8 11A 51 3B
Octal 267 101 353 26 110 0 10 432 121 73
Binary 10110111 1000001 11101011 10110 1001000 0 1000 100011010 1010001 111011

Color Harmonies of #B741EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741EB

Black with #B741EB

Text Example


Text Example

White with #B741EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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