Html Css Color HEX #B74BCB Medium Orchid

📋 copy color: '#B74BCB'

red 183 ◦ green 75 ◦ blue 203

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

Shades of Medium Orchid #B74BCB

Tints of Medium Orchid #B74BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 39.7%
G = 16.27%
B = 44.03%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B74BCB (or 0xB74BCB) is known color: Medium Orchid. HEX triplet: B7, 4B and CB. RGB value is (183,75,203). Sum of RGB (Red+Green+Blue) = 183+75+203=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B74BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BCB is #48B434. Grayscale: #797979. Windows color (decimal): -4764725 or 13323191. OLE color: 13323191.

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

Color convert

RGB 183 75 203 -
CMYK 0.10 0.63 0 0.20
HSL 290.63º 0.55% 0.55% -
HSV(B) 290.63º 0.63% 0.8% -
XYZ 32.82 19.41 58.52 -
YUV 121.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 183 75 203 0.10 0.63 0 0.20 290.63 0.55 0.55
Hex B7 4B CB A 3F 0 14 123 37 37
Octal 267 113 313 12 77 0 24 443 67 67
Binary 10110111 1001011 11001011 1010 111111 0 10100 100100011 110111 110111

Color Harmonies of #B74BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BCB

Black with #B74BCB

Text Example


Text Example

White with #B74BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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