Html Css Color HEX #B740CE Medium Orchid

📋 copy color: '#B740CE'

red 183 ◦ green 64 ◦ blue 206

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

Shades of Medium Orchid #B740CE

Tints of Medium Orchid #B740CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 40.4%
G = 14.13%
B = 45.47%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B740CE (or 0xB740CE) is known color: Medium Orchid. HEX triplet: B7, 40 and CE. RGB value is (183,64,206). Sum of RGB (Red+Green+Blue) = 183+64+206=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #B740CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740CE is #48BF31. Grayscale: #737373. Windows color (decimal): -4767538 or 13516983. OLE color: 13516983.

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

Color convert

RGB 183 64 206 -
CMYK 0.11 0.69 0 0.19
HSL 290.28º 0.59% 0.53% -
HSV(B) 290.28º 0.69% 0.81% -
XYZ 32.5 18.19 60.19 -
YUV 115.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 183 64 206 0.11 0.69 0 0.19 290.28 0.59 0.53
Hex B7 40 CE B 45 0 13 122 3B 35
Octal 267 100 316 13 105 0 23 442 73 65
Binary 10110111 1000000 11001110 1011 1000101 0 10011 100100010 111011 110101

Color Harmonies of #B740CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740CE

Black with #B740CE

Text Example


Text Example

White with #B740CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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