Html Css Color HEX #B736FD Medium Orchid

📋 copy color: '#B736FD'

red 183 ◦ green 54 ◦ blue 253

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

Shades of Medium Orchid #B736FD

Tints of Medium Orchid #B736FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 37.35%
G = 11.02%
B = 51.63%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B736FD (or 0xB736FD) is known color: Medium Orchid. HEX triplet: B7, 36 and FD. RGB value is (183,54,253). Sum of RGB (Red+Green+Blue) = 183+54+253=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #B736FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B736FD is #48C902. Grayscale: #727272. Windows color (decimal): -4770051 or 16594615. OLE color: 16594615.

HSL color Cylindrical-coordinate representation of color #B736FD: hue angle of 278.89º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B736FD is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 54 253 -
CMYK 0.28 0.79 0 0.01
HSL 278.89º 0.98% 0.6% -
HSV(B) 278.89º 0.79% 0.99% -
XYZ 38.58 19.8 94.72 -
YUV 115.26 205.74 176.32 -
System Red Green Blue C M Y K H S L
Decimal 183 54 253 0.28 0.79 0 0.01 278.89 0.98 0.6
Hex B7 36 FD 1C 4F 0 1 117 62 3C
Octal 267 66 375 34 117 0 1 427 142 74
Binary 10110111 110110 11111101 11100 1001111 0 1 100010111 1100010 111100

Color Harmonies of #B736FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B736FD

Black with #B736FD

Text Example


Text Example

White with #B736FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B736FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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