Html Css Color HEX #B741FA Medium Orchid

📋 copy color: '#B741FA'

red 183 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #B741FA

Tints of Medium Orchid #B741FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 36.75%
G = 13.05%
B = 50.2%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B741FA (or 0xB741FA) is known color: Medium Orchid. HEX triplet: B7, 41 and FA. RGB value is (183,65,250). Sum of RGB (Red+Green+Blue) = 183+65+250=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #B741FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741FA is #48BE05. Grayscale: #787878. Windows color (decimal): -4767238 or 16400823. OLE color: 16400823.

HSL color Cylindrical-coordinate representation of color #B741FA: hue angle of 278.27º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B741FA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 65 250 -
CMYK 0.27 0.74 0 0.02
HSL 278.27º 0.95% 0.62% -
HSV(B) 278.27º 0.74% 0.98% -
XYZ 38.67 20.75 92.41 -
YUV 121.37 200.59 171.96 -
System Red Green Blue C M Y K H S L
Decimal 183 65 250 0.27 0.74 0 0.02 278.27 0.95 0.62
Hex B7 41 FA 1B 4A 0 2 116 5F 3E
Octal 267 101 372 33 112 0 2 426 137 76
Binary 10110111 1000001 11111010 11011 1001010 0 10 100010110 1011111 111110

Color Harmonies of #B741FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741FA

Black with #B741FA

Text Example


Text Example

White with #B741FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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