Html Css Color HEX #B740DA Medium Orchid

📋 copy color: '#B740DA'

red 183 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #B740DA

Tints of Medium Orchid #B740DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 39.35%
G = 13.76%
B = 46.88%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B740DA (or 0xB740DA) is known color: Medium Orchid. HEX triplet: B7, 40 and DA. RGB value is (183,64,218). Sum of RGB (Red+Green+Blue) = 183+64+218=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #B740DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740DA is #48BF25. Grayscale: #747474. Windows color (decimal): -4767526 or 14303415. OLE color: 14303415.

HSL color Cylindrical-coordinate representation of color #B740DA: hue angle of 286.36º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B740DA is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 64 218 -
CMYK 0.16 0.71 0 0.15
HSL 286.36º 0.68% 0.55% -
HSV(B) 286.36º 0.71% 0.85% -
XYZ 34.02 18.8 68.16 -
YUV 117.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 183 64 218 0.16 0.71 0 0.15 286.36 0.68 0.55
Hex B7 40 DA 10 47 0 F 11E 44 37
Octal 267 100 332 20 107 0 17 436 104 67
Binary 10110111 1000000 11011010 10000 1000111 0 1111 100011110 1000100 110111

Color Harmonies of #B740DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740DA

Black with #B740DA

Text Example


Text Example

White with #B740DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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