Html Css Color HEX #B74BD2 Medium Orchid

📋 copy color: '#B74BD2'

red 183 ◦ green 75 ◦ blue 210

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

Shades of Medium Orchid #B74BD2

Tints of Medium Orchid #B74BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 39.1%
G = 16.03%
B = 44.87%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B74BD2 (or 0xB74BD2) is known color: Medium Orchid. HEX triplet: B7, 4B and D2. RGB value is (183,75,210). Sum of RGB (Red+Green+Blue) = 183+75+210=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #B74BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BD2 is #48B42D. Grayscale: #7A7A7A. Windows color (decimal): -4764718 or 13781943. OLE color: 13781943.

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

Color convert

RGB 183 75 210 -
CMYK 0.13 0.64 0 0.18
HSL 288º 0.6% 0.56% -
HSV(B) 288º 0.64% 0.82% -
XYZ 33.68 19.75 63.01 -
YUV 122.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 183 75 210 0.13 0.64 0 0.18 288 0.6 0.56
Hex B7 4B D2 D 40 0 12 120 3C 38
Octal 267 113 322 15 100 0 22 440 74 70
Binary 10110111 1001011 11010010 1101 1000000 0 10010 100100000 111100 111000

Color Harmonies of #B74BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BD2

Black with #B74BD2

Text Example


Text Example

White with #B74BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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