Html Css Color HEX #B741CB Medium Orchid

📋 copy color: '#B741CB'

red 183 ◦ green 65 ◦ blue 203

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

Shades of Medium Orchid #B741CB

Tints of Medium Orchid #B741CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 40.58%
G = 14.41%
B = 45.01%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B741CB (or 0xB741CB) is known color: Medium Orchid. HEX triplet: B7, 41 and CB. RGB value is (183,65,203). Sum of RGB (Red+Green+Blue) = 183+65+203=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #B741CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741CB is #48BE34. Grayscale: #737373. Windows color (decimal): -4767285 or 13320631. OLE color: 13320631.

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

Color convert

RGB 183 65 203 -
CMYK 0.10 0.68 0 0.20
HSL 291.3º 0.57% 0.53% -
HSV(B) 291.3º 0.68% 0.8% -
XYZ 32.2 18.16 58.31 -
YUV 116.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 183 65 203 0.10 0.68 0 0.20 291.3 0.57 0.53
Hex B7 41 CB A 44 0 14 123 39 35
Octal 267 101 313 12 104 0 24 443 71 65
Binary 10110111 1000001 11001011 1010 1000100 0 10100 100100011 111001 110101

Color Harmonies of #B741CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741CB

Black with #B741CB

Text Example


Text Example

White with #B741CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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