Html Css Color HEX #B736DA Medium Orchid

📋 copy color: '#B736DA'

red 183 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #B736DA

Tints of Medium Orchid #B736DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.87%

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

R = 40.22%
G = 11.87%
B = 47.91%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B736DA (or 0xB736DA) is known color: Medium Orchid. HEX triplet: B7, 36 and DA. RGB value is (183,54,218). Sum of RGB (Red+Green+Blue) = 183+54+218=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #B736DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736DA is #48C925. Grayscale: #6E6E6E. Windows color (decimal): -4770086 or 14300855. OLE color: 14300855.

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

Color convert

RGB 183 54 218 -
CMYK 0.16 0.75 0 0.15
HSL 287.2º 0.69% 0.53% -
HSV(B) 287.2º 0.75% 0.85% -
XYZ 33.5 17.77 67.99 -
YUV 111.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 183 54 218 0.16 0.75 0 0.15 287.2 0.69 0.53
Hex B7 36 DA 10 4B 0 F 11F 45 35
Octal 267 66 332 20 113 0 17 437 105 65
Binary 10110111 110110 11011010 10000 1001011 0 1111 100011111 1000101 110101

Color Harmonies of #B736DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B736DA

Black with #B736DA

Text Example


Text Example

White with #B736DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B736DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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