Html Css Color HEX #B741ED Medium Orchid

📋 copy color: '#B741ED'

red 183 ◦ green 65 ◦ blue 237

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

Shades of Medium Orchid #B741ED

Tints of Medium Orchid #B741ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 37.73%
G = 13.4%
B = 48.87%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B741ED (or 0xB741ED) is known color: Medium Orchid. HEX triplet: B7, 41 and ED. RGB value is (183,65,237). Sum of RGB (Red+Green+Blue) = 183+65+237=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #B741ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741ED is #48BE12. Grayscale: #777777. Windows color (decimal): -4767251 or 15548855. OLE color: 15548855.

HSL color Cylindrical-coordinate representation of color #B741ED: hue angle of 281.16º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B741ED is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 65 237 -
CMYK 0.23 0.73 0 0.07
HSL 281.16º 0.83% 0.59% -
HSV(B) 281.16º 0.73% 0.93% -
XYZ 36.7 19.96 82.04 -
YUV 119.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 183 65 237 0.23 0.73 0 0.07 281.16 0.83 0.59
Hex B7 41 ED 17 49 0 7 119 53 3B
Octal 267 101 355 27 111 0 7 431 123 73
Binary 10110111 1000001 11101101 10111 1001001 0 111 100011001 1010011 111011

Color Harmonies of #B741ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741ED

Black with #B741ED

Text Example


Text Example

White with #B741ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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