Html Css Color HEX #B740CA Medium Orchid

📋 copy color: '#B740CA'

red 183 ◦ green 64 ◦ blue 202

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

Shades of Medium Orchid #B740CA

Tints of Medium Orchid #B740CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 40.76%
G = 14.25%
B = 44.99%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B740CA (or 0xB740CA) is known color: Medium Orchid. HEX triplet: B7, 40 and CA. RGB value is (183,64,202). Sum of RGB (Red+Green+Blue) = 183+64+202=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #B740CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740CA is #48BF35. Grayscale: #727272. Windows color (decimal): -4767542 or 13254839. OLE color: 13254839.

HSL color Cylindrical-coordinate representation of color #B740CA: hue angle of 291.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B740CA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 64 202 -
CMYK 0.09 0.68 0 0.21
HSL 291.74º 0.57% 0.52% -
HSV(B) 291.74º 0.68% 0.79% -
XYZ 32.02 18 57.66 -
YUV 115.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 183 64 202 0.09 0.68 0 0.21 291.74 0.57 0.52
Hex B7 40 CA 9 44 0 15 124 39 34
Octal 267 100 312 11 104 0 25 444 71 64
Binary 10110111 1000000 11001010 1001 1000100 0 10101 100100100 111001 110100

Color Harmonies of #B740CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740CA

Black with #B740CA

Text Example


Text Example

White with #B740CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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