Html Css Color HEX #B74FCE Medium Orchid

📋 copy color: '#B74FCE'

red 183 ◦ green 79 ◦ blue 206

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

Shades of Medium Orchid #B74FCE

Tints of Medium Orchid #B74FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.88%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 39.1%
G = 16.88%
B = 44.02%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B74FCE (or 0xB74FCE) is known color: Medium Orchid. HEX triplet: B7, 4F and CE. RGB value is (183,79,206). Sum of RGB (Red+Green+Blue) = 183+79+206=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #B74FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FCE is #48B031. Grayscale: #7C7C7C. Windows color (decimal): -4763698 or 13520823. OLE color: 13520823.

HSL color Cylindrical-coordinate representation of color #B74FCE: hue angle of 289.13º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74FCE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 79 206 -
CMYK 0.11 0.62 0 0.19
HSL 289.13º 0.56% 0.56% -
HSV(B) 289.13º 0.62% 0.81% -
XYZ 33.47 20.12 60.51 -
YUV 124.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 183 79 206 0.11 0.62 0 0.19 289.13 0.56 0.56
Hex B7 4F CE B 3E 0 13 121 38 38
Octal 267 117 316 13 76 0 23 441 70 70
Binary 10110111 1001111 11001110 1011 111110 0 10011 100100001 111000 111000

Color Harmonies of #B74FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FCE

Black with #B74FCE

Text Example


Text Example

White with #B74FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FCE; }

 p { color: rgb(183,79,206); }

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

background-color css

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

 a { background-color: rgb(183,79,206); }

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

border-color css

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

 span { border-color: rgb(183,79,206); }

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