Html Css Color HEX #B74CD0 Medium Orchid

📋 copy color: '#B74CD0'

red 183 ◦ green 76 ◦ blue 208

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

Shades of Medium Orchid #B74CD0

Tints of Medium Orchid #B74CD0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 39.19%
G = 16.27%
B = 44.54%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B74CD0 (or 0xB74CD0) is known color: Medium Orchid. HEX triplet: B7, 4C and D0. RGB value is (183,76,208). Sum of RGB (Red+Green+Blue) = 183+76+208=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #B74CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CD0 is #48B32F. Grayscale: #7A7A7A. Windows color (decimal): -4764464 or 13651127. OLE color: 13651127.

HSL color Cylindrical-coordinate representation of color #B74CD0: hue angle of 288.64º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74CD0 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 76 208 -
CMYK 0.12 0.63 0 0.18
HSL 288.64º 0.58% 0.56% -
HSV(B) 288.64º 0.63% 0.82% -
XYZ 33.5 19.79 61.73 -
YUV 123.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 183 76 208 0.12 0.63 0 0.18 288.64 0.58 0.56
Hex B7 4C D0 C 3F 0 12 121 3A 38
Octal 267 114 320 14 77 0 22 441 72 70
Binary 10110111 1001100 11010000 1100 111111 0 10010 100100001 111010 111000

Color Harmonies of #B74CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CD0

Black with #B74CD0

Text Example


Text Example

White with #B74CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CD0; }

 p { color: rgb(183,76,208); }

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

background-color css

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

 a { background-color: rgb(183,76,208); }

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

border-color css

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

 span { border-color: rgb(183,76,208); }

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