Html Css Color HEX #B741DF Medium Orchid

📋 copy color: '#B741DF'

red 183 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #B741DF

Tints of Medium Orchid #B741DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 38.85%
G = 13.8%
B = 47.35%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B741DF (or 0xB741DF) is known color: Medium Orchid. HEX triplet: B7, 41 and DF. RGB value is (183,65,223). Sum of RGB (Red+Green+Blue) = 183+65+223=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #B741DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741DF is #48BE20. Grayscale: #757575. Windows color (decimal): -4767265 or 14631351. OLE color: 14631351.

HSL color Cylindrical-coordinate representation of color #B741DF: hue angle of 284.81º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B741DF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 65 223 -
CMYK 0.18 0.71 0 0.13
HSL 284.81º 0.71% 0.56% -
HSV(B) 284.81º 0.71% 0.87% -
XYZ 34.74 19.18 71.68 -
YUV 118.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 183 65 223 0.18 0.71 0 0.13 284.81 0.71 0.56
Hex B7 41 DF 12 47 0 D 11D 47 38
Octal 267 101 337 22 107 0 15 435 107 70
Binary 10110111 1000001 11011111 10010 1000111 0 1101 100011101 1000111 111000

Color Harmonies of #B741DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741DF

Black with #B741DF

Text Example


Text Example

White with #B741DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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