Html Css Color HEX #B741F3 Medium Orchid

📋 copy color: '#B741F3'

red 183 ◦ green 65 ◦ blue 243

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

Shades of Medium Orchid #B741F3

Tints of Medium Orchid #B741F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.49%

R = 37.27%
G = 13.24%
B = 49.49%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B741F3 (or 0xB741F3) is known color: Medium Orchid. HEX triplet: B7, 41 and F3. RGB value is (183,65,243). Sum of RGB (Red+Green+Blue) = 183+65+243=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #B741F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741F3 is #48BE0C. Grayscale: #777777. Windows color (decimal): -4767245 or 15942071. OLE color: 15942071.

HSL color Cylindrical-coordinate representation of color #B741F3: hue angle of 279.78º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B741F3 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 65 243 -
CMYK 0.25 0.73 0 0.05
HSL 279.78º 0.88% 0.6% -
HSV(B) 279.78º 0.73% 0.95% -
XYZ 37.6 20.32 86.73 -
YUV 120.57 197.09 172.53 -
System Red Green Blue C M Y K H S L
Decimal 183 65 243 0.25 0.73 0 0.05 279.78 0.88 0.6
Hex B7 41 F3 19 49 0 5 118 58 3C
Octal 267 101 363 31 111 0 5 430 130 74
Binary 10110111 1000001 11110011 11001 1001001 0 101 100011000 1011000 111100

Color Harmonies of #B741F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741F3

Black with #B741F3

Text Example


Text Example

White with #B741F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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