Html Css Color HEX #B741CC Medium Orchid

📋 copy color: '#B741CC'

red 183 ◦ green 65 ◦ blue 204

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

Shades of Medium Orchid #B741CC

Tints of Medium Orchid #B741CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 40.49%
G = 14.38%
B = 45.13%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B741CC (or 0xB741CC) is known color: Medium Orchid. HEX triplet: B7, 41 and CC. RGB value is (183,65,204). Sum of RGB (Red+Green+Blue) = 183+65+204=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #B741CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741CC is #48BE33. Grayscale: #737373. Windows color (decimal): -4767284 or 13386167. OLE color: 13386167.

HSL color Cylindrical-coordinate representation of color #B741CC: hue angle of 290.94º 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 #B741CC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 65 204 -
CMYK 0.10 0.68 0 0.2
HSL 290.94º 0.58% 0.53% -
HSV(B) 290.94º 0.68% 0.8% -
XYZ 32.32 18.21 58.94 -
YUV 116.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 183 65 204 0.10 0.68 0 0.2 290.94 0.58 0.53
Hex B7 41 CC A 44 0 14 123 3A 35
Octal 267 101 314 12 104 0 24 443 72 65
Binary 10110111 1000001 11001100 1010 1000100 0 10100 100100011 111010 110101

Color Harmonies of #B741CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741CC

Black with #B741CC

Text Example


Text Example

White with #B741CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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