Html Css Color HEX #B741DE Medium Orchid

📋 copy color: '#B741DE'

red 183 ◦ green 65 ◦ blue 222

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

Shades of Medium Orchid #B741DE

Tints of Medium Orchid #B741DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 38.94%
G = 13.83%
B = 47.23%

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

#B741DE (or 0xB741DE) is known color: Medium Orchid. HEX triplet: B7, 41 and DE. RGB value is (183,65,222). Sum of RGB (Red+Green+Blue) = 183+65+222=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #B741DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741DE is #48BE21. Grayscale: #757575. Windows color (decimal): -4767266 or 14565815. OLE color: 14565815.

HSL color Cylindrical-coordinate representation of color #B741DE: hue angle of 285.1º degrees, saturation: 0.7, 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 #B741DE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 65 222 -
CMYK 0.18 0.71 0 0.13
HSL 285.1º 0.7% 0.56% -
HSV(B) 285.1º 0.71% 0.87% -
XYZ 34.6 19.12 70.97 -
YUV 118.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 183 65 222 0.18 0.71 0 0.13 285.1 0.7 0.56
Hex B7 41 DE 12 47 0 D 11D 46 38
Octal 267 101 336 22 107 0 15 435 106 70
Binary 10110111 1000001 11011110 10010 1000111 0 1101 100011101 1000110 111000

Color Harmonies of #B741DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741DE

Black with #B741DE

Text Example


Text Example

White with #B741DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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