Html Css Color HEX #B74FCC Medium Orchid

📋 copy color: '#B74FCC'

red 183 ◦ green 79 ◦ blue 204

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

Shades of Medium Orchid #B74FCC

Tints of Medium Orchid #B74FCC

RGB

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

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

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

R = 39.27%
G = 16.95%
B = 43.78%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B74FCC (or 0xB74FCC) is known color: Medium Orchid. HEX triplet: B7, 4F and CC. RGB value is (183,79,204). Sum of RGB (Red+Green+Blue) = 183+79+204=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #B74FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FCC is #48B033. Grayscale: #7B7B7B. Windows color (decimal): -4763700 or 13389751. OLE color: 13389751.

HSL color Cylindrical-coordinate representation of color #B74FCC: hue angle of 289.92º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74FCC is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 79 204 -
CMYK 0.10 0.61 0 0.2
HSL 289.92º 0.55% 0.55% -
HSV(B) 289.92º 0.61% 0.8% -
XYZ 33.22 20.02 59.24 -
YUV 124.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 183 79 204 0.10 0.61 0 0.2 289.92 0.55 0.55
Hex B7 4F CC A 3D 0 14 122 37 37
Octal 267 117 314 12 75 0 24 442 67 67
Binary 10110111 1001111 11001100 1010 111101 0 10100 100100010 110111 110111

Color Harmonies of #B74FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FCC

Black with #B74FCC

Text Example


Text Example

White with #B74FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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