Html Css Color HEX #B739CF Medium Orchid

📋 copy color: '#B739CF'

red 183 ◦ green 57 ◦ blue 207

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

Shades of Medium Orchid #B739CF

Tints of Medium Orchid #B739CF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.75%

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 40.94%
G = 12.75%
B = 46.31%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B739CF (or 0xB739CF) is known color: Medium Orchid. HEX triplet: B7, 39 and CF. RGB value is (183,57,207). Sum of RGB (Red+Green+Blue) = 183+57+207=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #B739CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739CF is #48C630. Grayscale: #6F6F6F. Windows color (decimal): -4769329 or 13580727. OLE color: 13580727.

HSL color Cylindrical-coordinate representation of color #B739CF: hue angle of 290.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B739CF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 57 207 -
CMYK 0.12 0.72 0 0.19
HSL 290.4º 0.61% 0.52% -
HSV(B) 290.4º 0.72% 0.81% -
XYZ 32.25 17.5 60.71 -
YUV 111.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 183 57 207 0.12 0.72 0 0.19 290.4 0.61 0.52
Hex B7 39 CF C 48 0 13 122 3D 34
Octal 267 71 317 14 110 0 23 442 75 64
Binary 10110111 111001 11001111 1100 1001000 0 10011 100100010 111101 110100

Color Harmonies of #B739CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B739CF

Black with #B739CF

Text Example


Text Example

White with #B739CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B739CF; }

 p { color: rgb(183,57,207); }

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

background-color css

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

 a { background-color: rgb(183,57,207); }

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

border-color css

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

 span { border-color: rgb(183,57,207); }

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