Html Css Color HEX #B741CF Medium Orchid

📋 copy color: '#B741CF'

red 183 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #B741CF

Tints of Medium Orchid #B741CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 40.22%
G = 14.29%
B = 45.49%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B741CF (or 0xB741CF) is known color: Medium Orchid. HEX triplet: B7, 41 and CF. RGB value is (183,65,207). Sum of RGB (Red+Green+Blue) = 183+65+207=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B741CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741CF is #48BE30. Grayscale: #747474. Windows color (decimal): -4767281 or 13582775. OLE color: 13582775.

HSL color Cylindrical-coordinate representation of color #B741CF: hue angle of 289.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B741CF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 65 207 -
CMYK 0.12 0.69 0 0.19
HSL 289.86º 0.6% 0.53% -
HSV(B) 289.86º 0.69% 0.81% -
XYZ 32.68 18.35 60.85 -
YUV 116.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 183 65 207 0.12 0.69 0 0.19 289.86 0.6 0.53
Hex B7 41 CF C 45 0 13 122 3C 35
Octal 267 101 317 14 105 0 23 442 74 65
Binary 10110111 1000001 11001111 1100 1000101 0 10011 100100010 111100 110101

Color Harmonies of #B741CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741CF

Black with #B741CF

Text Example


Text Example

White with #B741CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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