Html Css Color HEX #B741FD Medium Orchid

📋 copy color: '#B741FD'

red 183 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #B741FD

Tints of Medium Orchid #B741FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 36.53%
G = 12.97%
B = 50.5%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B741FD (or 0xB741FD) is known color: Medium Orchid. HEX triplet: B7, 41 and FD. RGB value is (183,65,253). Sum of RGB (Red+Green+Blue) = 183+65+253=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #B741FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741FD is #48BE02. Grayscale: #797979. Windows color (decimal): -4767235 or 16597431. OLE color: 16597431.

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

Color convert

RGB 183 65 253 -
CMYK 0.28 0.74 0 0.01
HSL 277.66º 0.98% 0.62% -
HSV(B) 277.66º 0.74% 0.99% -
XYZ 39.15 20.94 94.91 -
YUV 121.71 202.09 171.71 -
System Red Green Blue C M Y K H S L
Decimal 183 65 253 0.28 0.74 0 0.01 277.66 0.98 0.62
Hex B7 41 FD 1C 4A 0 1 116 62 3E
Octal 267 101 375 34 112 0 1 426 142 76
Binary 10110111 1000001 11111101 11100 1001010 0 1 100010110 1100010 111110

Color Harmonies of #B741FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741FD

Black with #B741FD

Text Example


Text Example

White with #B741FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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