Html Css Color HEX #B740CF Medium Orchid

📋 copy color: '#B740CF'

red 183 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #B740CF

Tints of Medium Orchid #B740CF

RGB

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

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

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

R = 40.31%
G = 14.1%
B = 45.59%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B740CF (or 0xB740CF) is known color: Medium Orchid. HEX triplet: B7, 40 and CF. RGB value is (183,64,207). Sum of RGB (Red+Green+Blue) = 183+64+207=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #B740CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740CF is #48BF30. Grayscale: #737373. Windows color (decimal): -4767537 or 13582519. OLE color: 13582519.

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

Color convert

RGB 183 64 207 -
CMYK 0.12 0.69 0 0.19
HSL 289.93º 0.6% 0.53% -
HSV(B) 289.93º 0.69% 0.81% -
XYZ 32.62 18.24 60.83 -
YUV 115.88 179.42 175.87 -
System Red Green Blue C M Y K H S L
Decimal 183 64 207 0.12 0.69 0 0.19 289.93 0.6 0.53
Hex B7 40 CF C 45 0 13 122 3C 35
Octal 267 100 317 14 105 0 23 442 74 65
Binary 10110111 1000000 11001111 1100 1000101 0 10011 100100010 111100 110101

Color Harmonies of #B740CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740CF

Black with #B740CF

Text Example


Text Example

White with #B740CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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