Html Css Color HEX #B741CA Medium Orchid

📋 copy color: '#B741CA'

red 183 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #B741CA

Tints of Medium Orchid #B741CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 40.67%
G = 14.44%
B = 44.89%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B741CA (or 0xB741CA) is known color: Medium Orchid. HEX triplet: B7, 41 and CA. RGB value is (183,65,202). Sum of RGB (Red+Green+Blue) = 183+65+202=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #B741CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741CA is #48BE35. Grayscale: #737373. Windows color (decimal): -4767286 or 13255095. OLE color: 13255095.

HSL color Cylindrical-coordinate representation of color #B741CA: hue angle of 291.68º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B741CA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 65 202 -
CMYK 0.09 0.68 0 0.21
HSL 291.68º 0.56% 0.52% -
HSV(B) 291.68º 0.68% 0.79% -
XYZ 32.08 18.11 57.68 -
YUV 115.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 183 65 202 0.09 0.68 0 0.21 291.68 0.56 0.52
Hex B7 41 CA 9 44 0 15 124 38 34
Octal 267 101 312 11 104 0 25 444 70 64
Binary 10110111 1000001 11001010 1001 1000100 0 10101 100100100 111000 110100

Color Harmonies of #B741CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741CA

Black with #B741CA

Text Example


Text Example

White with #B741CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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