Html Css Color HEX #B740CD Medium Orchid

📋 copy color: '#B740CD'

red 183 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #B740CD

Tints of Medium Orchid #B740CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.16%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 40.49%
G = 14.16%
B = 45.35%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B740CD (or 0xB740CD) is known color: Medium Orchid. HEX triplet: B7, 40 and CD. RGB value is (183,64,205). Sum of RGB (Red+Green+Blue) = 183+64+205=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #B740CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740CD is #48BF32. Grayscale: #737373. Windows color (decimal): -4767539 or 13451447. OLE color: 13451447.

HSL color Cylindrical-coordinate representation of color #B740CD: hue angle of 290.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B740CD is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 64 205 -
CMYK 0.11 0.69 0 0.20
HSL 290.64º 0.59% 0.53% -
HSV(B) 290.64º 0.69% 0.8% -
XYZ 32.38 18.14 59.55 -
YUV 115.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 183 64 205 0.11 0.69 0 0.20 290.64 0.59 0.53
Hex B7 40 CD B 45 0 14 123 3B 35
Octal 267 100 315 13 105 0 24 443 73 65
Binary 10110111 1000000 11001101 1011 1000101 0 10100 100100011 111011 110101

Color Harmonies of #B740CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740CD

Black with #B740CD

Text Example


Text Example

White with #B740CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740CD; }

 p { color: rgb(183,64,205); }

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

background-color css

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

 a { background-color: rgb(183,64,205); }

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

border-color css

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

 span { border-color: rgb(183,64,205); }

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