Html Css Color HEX #B340CF Medium Orchid

📋 copy color: '#B340CF'

red 179 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #B340CF

Tints of Medium Orchid #B340CF

RGB

 RED value IS 179 (70.31% from 255) = 39.78%

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

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

R = 39.78%
G = 14.22%
B = 46%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B340CF (or 0xB340CF) is known color: Medium Orchid. HEX triplet: B3, 40 and CF. RGB value is (179,64,207). Sum of RGB (Red+Green+Blue) = 179+64+207=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B340CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340CF is #4CBF30. Grayscale: #727272. Windows color (decimal): -5029681 or 13582515. OLE color: 13582515.

HSL color Cylindrical-coordinate representation of color #B340CF: hue angle of 288.25º 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 #B340CF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 64 207 -
CMYK 0.14 0.69 0 0.19
HSL 288.25º 0.6% 0.53% -
HSV(B) 288.25º 0.69% 0.81% -
XYZ 31.69 17.76 60.79 -
YUV 114.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 179 64 207 0.14 0.69 0 0.19 288.25 0.6 0.53
Hex B3 40 CF E 45 0 13 120 3C 35
Octal 263 100 317 16 105 0 23 440 74 65
Binary 10110011 1000000 11001111 1110 1000101 0 10011 100100000 111100 110101

Color Harmonies of #B340CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340CF

Black with #B340CF

Text Example


Text Example

White with #B340CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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