Html Css Color HEX #B741DC Medium Orchid

📋 copy color: '#B741DC'

red 183 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #B741DC

Tints of Medium Orchid #B741DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 39.1%
G = 13.89%
B = 47.01%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B741DC (or 0xB741DC) is known color: Medium Orchid. HEX triplet: B7, 41 and DC. RGB value is (183,65,220). Sum of RGB (Red+Green+Blue) = 183+65+220=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B741DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741DC is #48BE23. Grayscale: #757575. Windows color (decimal): -4767268 or 14434743. OLE color: 14434743.

HSL color Cylindrical-coordinate representation of color #B741DC: hue angle of 285.68º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B741DC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 65 220 -
CMYK 0.17 0.70 0 0.14
HSL 285.68º 0.69% 0.56% -
HSV(B) 285.68º 0.7% 0.86% -
XYZ 34.34 19.02 69.57 -
YUV 117.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 183 65 220 0.17 0.70 0 0.14 285.68 0.69 0.56
Hex B7 41 DC 11 46 0 E 11E 45 38
Octal 267 101 334 21 106 0 16 436 105 70
Binary 10110111 1000001 11011100 10001 1000110 0 1110 100011110 1000101 111000

Color Harmonies of #B741DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741DC

Black with #B741DC

Text Example


Text Example

White with #B741DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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