Html Css Color HEX #B74BDC Medium Orchid

📋 copy color: '#B74BDC'

red 183 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #B74BDC

Tints of Medium Orchid #B74BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.69%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 38.28%
G = 15.69%
B = 46.03%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B74BDC (or 0xB74BDC) is known color: Medium Orchid. HEX triplet: B7, 4B and DC. RGB value is (183,75,220). Sum of RGB (Red+Green+Blue) = 183+75+220=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #B74BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BDC is #48B423. Grayscale: #7B7B7B. Windows color (decimal): -4764708 or 14437303. OLE color: 14437303.

HSL color Cylindrical-coordinate representation of color #B74BDC: hue angle of 284.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74BDC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 75 220 -
CMYK 0.17 0.66 0 0.14
HSL 284.69º 0.67% 0.58% -
HSV(B) 284.69º 0.66% 0.86% -
XYZ 34.96 20.27 69.78 -
YUV 123.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 183 75 220 0.17 0.66 0 0.14 284.69 0.67 0.58
Hex B7 4B DC 11 42 0 E 11D 43 3A
Octal 267 113 334 21 102 0 16 435 103 72
Binary 10110111 1001011 11011100 10001 1000010 0 1110 100011101 1000011 111010

Color Harmonies of #B74BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BDC

Black with #B74BDC

Text Example


Text Example

White with #B74BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BDC; }

 p { color: rgb(183,75,220); }

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

background-color css

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

 a { background-color: rgb(183,75,220); }

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

border-color css

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

 span { border-color: rgb(183,75,220); }

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