Html Css Color HEX #B741CD Medium Orchid

📋 copy color: '#B741CD'

red 183 ◦ green 65 ◦ blue 205

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

Shades of Medium Orchid #B741CD

Tints of Medium Orchid #B741CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 40.4%
G = 14.35%
B = 45.25%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B741CD (or 0xB741CD) is known color: Medium Orchid. HEX triplet: B7, 41 and CD. RGB value is (183,65,205). Sum of RGB (Red+Green+Blue) = 183+65+205=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #B741CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741CD is #48BE32. Grayscale: #737373. Windows color (decimal): -4767283 or 13451703. OLE color: 13451703.

HSL color Cylindrical-coordinate representation of color #B741CD: hue angle of 290.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B741CD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 65 205 -
CMYK 0.11 0.68 0 0.20
HSL 290.57º 0.58% 0.53% -
HSV(B) 290.57º 0.68% 0.8% -
XYZ 32.44 18.26 59.57 -
YUV 116.24 178.09 175.62 -
System Red Green Blue C M Y K H S L
Decimal 183 65 205 0.11 0.68 0 0.20 290.57 0.58 0.53
Hex B7 41 CD B 44 0 14 123 3A 35
Octal 267 101 315 13 104 0 24 443 72 65
Binary 10110111 1000001 11001101 1011 1000100 0 10100 100100011 111010 110101

Color Harmonies of #B741CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741CD

Black with #B741CD

Text Example


Text Example

White with #B741CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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